fix: NixOS | make mutable users false

This commit is contained in:
2025-02-04 00:16:01 +05:00
parent a9fb51279a
commit 441db69dcc
2 changed files with 6 additions and 12 deletions

View File

@@ -118,7 +118,6 @@ in
id = ["24353659"];
};
users.mutableUsers = false;
users.users.shahab = {
shell = pkgs.zsh;