Set up sops-nix
This commit is contained in:
parent
84c3e5a976
commit
ca41f6af9e
6 changed files with 132 additions and 10 deletions
|
@ -99,8 +99,12 @@
|
|||
};
|
||||
udisks2.enable = true;
|
||||
};
|
||||
|
||||
systemd = { services = { NetworkManager-wait-online.enable = false; }; };
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = "/etc/nixos/secrets/hosts/totsugeki.yaml";
|
||||
age.keyFile = "/home/avery/.config/sops/age/keys.txt";
|
||||
};
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue