fix: forgot to commit these

FUcking stupid me
This commit is contained in:
stitchy 2025-10-29 23:17:06 -07:00
parent 28e5807ebc
commit af5c0b9f3c
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8

View file

@ -22,6 +22,10 @@ in
}; };
}; };
environment.sessionVariables = {
SOPS_AGE_KEY_FILE = "/persist/secrets/age.txt";
};
programs = { programs = {
appimage.binfmt = true; appimage.binfmt = true;
direnv = { direnv = {
@ -96,6 +100,8 @@ in
settings.KbdInteractiveAuthentication = false; settings.KbdInteractiveAuthentication = false;
}; };
sops.age.keyFile = "/persist/secrets/age.txt";
environment.etc.hosts.mode = "0644"; environment.etc.hosts.mode = "0644";
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
}; };