nix/module/common/Users.nix

4 lines
55 B
Nix
Raw Normal View History

{ environment, ... }: {
users.mutableUsers = false;
}