moved sops config into common

This commit is contained in:
Leyla Becker 2024-09-15 12:55:31 -05:00
parent d22f470e24
commit 88ab5420eb
6 changed files with 16 additions and 19 deletions

View file

@ -27,7 +27,7 @@ in
(
if cfg.isFullUser then {
isNormalUser = true;
extraGroups = [ "networkmanager" ];
extraGroups = [ "networkmanager" "users" ];
hashedPasswordFile = config.sops.secrets."passwords/eve".path;