1
Fork 0
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:
RGBCube 2024-01-12 14:59:38 +03:00
parent 2d1ecd3211
commit 72fa9d89dc
No known key found for this signature in database
13 changed files with 35 additions and 48 deletions

5
modules/users.nix Normal file
View file

@ -0,0 +1,5 @@
{ ulib, ... }: with ulib;
systemConfiguration {
users.mutableUsers = false;
}