fix: NixOS | set mutableUsers to false

This commit is contained in:
2025-02-07 00:31:42 +05:00
parent 182e403a16
commit f115123b0f

View File

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