fix: typo hashedPasswordPath -> hashedPasswordFile again
This commit is contained in:
@@ -28,5 +28,5 @@
|
|||||||
};
|
};
|
||||||
users.users.${username}.hashedPasswordFile =
|
users.users.${username}.hashedPasswordFile =
|
||||||
lib.mkForce config.sops.secrets.imxyy-nix-server-hashed-password.path;
|
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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user