mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Fix passwordFile, make it hashedPasswordFile
This commit is contained in:
parent
2d1ecd3211
commit
72fa9d89dc
13 changed files with 35 additions and 48 deletions
5
modules/users.nix
Normal file
5
modules/users.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ ulib, ... }: with ulib;
|
||||
|
||||
systemConfiguration {
|
||||
users.mutableUsers = false;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue