This commit is contained in:
Spectre 2024-06-07 14:19:39 +02:00
parent 2c57b566f9
commit d73d2be924
5 changed files with 14 additions and 2 deletions

View file

@ -9,7 +9,7 @@
isNormalUser = true;
uid = conf.uid;
extraGroups = ["wheel" "networkmanager"];
hashedPasswordFile = config.sops.secrets."user/hashedPassword".path;
hashedPasswordFile = config.sops.secrets."user/password".path;
};
};