Configure sops-nix
This commit is contained in:
parent
df7cac52b0
commit
434ec48118
|
@ -28,6 +28,16 @@
|
|||
vmVariantWithBootLoader = vmConfig;
|
||||
};
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = ../secrets/global.yaml;
|
||||
|
||||
age = {
|
||||
sshKeyPaths = [
|
||||
"/etc/ssh/ssh_host_ed25519_key"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
boot.loader = {
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
|
|
Loading…
Reference in a new issue