1
0
Fork 0

Set up sops-nix

This commit is contained in:
Avery 2024-04-03 23:27:14 +02:00
parent 84c3e5a976
commit ca41f6af9e
Signed by: Avery
GPG key ID: B684FD451B692E04
6 changed files with 132 additions and 10 deletions

View file

@ -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";
}