users: change to immutable users

This commit is contained in:
Katherina Walshe-Grey 2024-08-29 18:27:43 +01:00
parent 66cc74e388
commit 766aa146df
4 changed files with 6 additions and 1 deletions

View file

@ -4,4 +4,6 @@
./randomcat.nix
./richard.nix
];
}
users.mutableUsers = false;
}