This commit is contained in:
Peder Bergebakken Sundt 2024-10-18 22:05:53 +02:00
parent f981150018
commit f2452c241d
1 changed files with 2 additions and 1 deletions

View File

@ -60,8 +60,9 @@
#system.switch.enable = false;
#system.switch.enableNg = true; # rewritten in rust
sops.secrets.nix-access-tokens = {};
sops.secrets.nix-access-tokens-all.mode = "0440";
sops.secrets.nix-access-tokens-all.group = config.users.groups.keys.name;
sops.secrets.nix-access-tokens-all.group = config.users.groups."keys".name;
nix.extraOptions = ''
!include ${config.sops.secrets.nix-access-tokens.path}
!include ${config.sops.secrets.nix-access-tokens-all.path}