Add sops-nix

This commit is contained in:
Tristan Daniël Maat 2022-04-23 04:06:50 +01:00
parent 73988df2a6
commit ddb8277c4f
Signed by: tlater
GPG key ID: 49670FD774E43268
8 changed files with 235 additions and 6 deletions

View file

@ -20,6 +20,11 @@
trustedUsers = [ "@wheel" ];
};
sops = {
defaultSopsFile = ../keys/external.yaml;
secrets.steam = { };
};
boot.kernelParams = [ "highres=off" "nohz=off" ];
networking = {