fix: typo hashedPasswordPath -> hashedPasswordFile again

This commit is contained in:
2025-04-13 15:24:38 +08:00
parent 9525246e3f
commit 88a08936c0

View File

@@ -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;
}