From 4b7686d4b1ff21a06289c2fd8fbb4399a9f8490f Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Thu, 22 Aug 2024 23:46:11 +0200 Subject: [PATCH] Update users.nix --- nixos/modules/users.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}