Add sops-nix
This commit is contained in:
parent
73988df2a6
commit
e7102adec1
7 changed files with 207 additions and 6 deletions
configuration
|
@ -20,6 +20,11 @@
|
|||
trustedUsers = [ "@wheel" ];
|
||||
};
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = ../keys/external.yaml;
|
||||
secrets.steam = { };
|
||||
};
|
||||
|
||||
boot.kernelParams = [ "highres=off" "nohz=off" ];
|
||||
|
||||
networking = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue