mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 03:11:54 -05:00
make users immutable by default
This commit is contained in:
parent
210cd4f2a7
commit
509a519e01
|
@ -13,4 +13,6 @@
|
|||
sharedModules = [inputs.hyprland.homeManagerModules.default];
|
||||
extraSpecialArgs = inputs;
|
||||
};
|
||||
|
||||
users.mutableUsers = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue