diff options
author | Ben Sima <ben@bsima.me> | 2019-11-08 07:29:10 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-08 07:29:10 -0800 |
commit | 7753d88bd6d22ad61ba896512d8d310196e083fe (patch) | |
tree | 2e4b4f2e2049593ed229d711683107d2e8398ce5 | |
parent | a08131adfa2f5751ad5297416d8ee81571639793 (diff) |
Turn off mutable users
-rw-r--r-- | Com/Simatime/buildOS.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Com/Simatime/buildOS.nix b/Com/Simatime/buildOS.nix index 2da22a1..7a81e4f 100644 --- a/Com/Simatime/buildOS.nix +++ b/Com/Simatime/buildOS.nix @@ -40,7 +40,7 @@ let system.autoUpgrade.enable = true; users.motd = "welcome to simatime.com"; users.users = import ./users.nix; - + users.mutableUsers = false; }; os = nixos { system = "x86_64-linux"; |