Compare commits
2 Commits
50247d94e8
...
88a08936c0
| Author | SHA1 | Date | |
|---|---|---|---|
| 88a08936c0 | |||
| 9525246e3f |
@@ -26,7 +26,7 @@
|
|||||||
sopsFile = sopsRoot + /imxyy-nix-server-hashed-password.txt;
|
sopsFile = sopsRoot + /imxyy-nix-server-hashed-password.txt;
|
||||||
format = "binary";
|
format = "binary";
|
||||||
};
|
};
|
||||||
users.users.${username}.hashedPasswordPath =
|
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.hashedPassword = 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