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