diff --git a/nixos/modules/users.nix b/nixos/modules/users.nix index a679cbf..79e40ce 100644 --- a/nixos/modules/users.nix +++ b/nixos/modules/users.nix @@ -13,8 +13,8 @@ isNormalUser = true; description = "Kevin Kandlbinder"; extraGroups = [ "wheel" "docker" "dialout" "networkmanager" "floppy" "audio" "lp" "cdrom" "tape" "video" "render" ]; - passwordFile = config.sops.secrets.password_kevin.path; + hashedPasswordFile = config.sops.secrets.password_kevin.path; }; kevin.ssh.authorized.kevin.users = ["kevin" "root"]; -} \ No newline at end of file +}