diff --git a/config/hosts/imxyy-nix-server/nixos.nix b/config/hosts/imxyy-nix-server/nixos.nix index 7431e2d..574da6f 100644 --- a/config/hosts/imxyy-nix-server/nixos.nix +++ b/config/hosts/imxyy-nix-server/nixos.nix @@ -28,5 +28,5 @@ }; users.users.${username}.hashedPasswordFile = lib.mkForce config.sops.secrets.imxyy-nix-server-hashed-password.path; - users.users.root.hashedPasswordPath = lib.mkForce config.sops.secrets.imxyy-nix-server-hashed-password.path; + users.users.root.hashedPasswordFile = lib.mkForce config.sops.secrets.imxyy-nix-server-hashed-password.path; }