Add sops-nix

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

View file

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