fix: forgot to commit these
FUcking stupid me
This commit is contained in:
parent
28e5807ebc
commit
af5c0b9f3c
1 changed files with 6 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
environment.sessionVariables = {
|
||||
SOPS_AGE_KEY_FILE = "/persist/secrets/age.txt";
|
||||
};
|
||||
|
||||
programs = {
|
||||
appimage.binfmt = true;
|
||||
direnv = {
|
||||
|
|
@ -96,6 +100,8 @@ in
|
|||
settings.KbdInteractiveAuthentication = false;
|
||||
};
|
||||
|
||||
sops.age.keyFile = "/persist/secrets/age.txt";
|
||||
|
||||
environment.etc.hosts.mode = "0644";
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue