diff options
author | nin <nineinchnade@gmail.com> | 2017-01-15 19:43:28 +0100 |
---|---|---|
committer | nin <nineinchnade@gmail.com> | 2017-01-15 19:43:28 +0100 |
commit | bcef6fd65140c5908b964b40fefab8288c2603f2 (patch) | |
tree | a4e3a2630879e17ecf361f8247e6506cfc9bcf74 | |
parent | 479f016691634d74d08b5e81481da09d4df631f7 (diff) |
n 2: set mutable users to false
-rw-r--r-- | nin/2configs/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nin/2configs/default.nix b/nin/2configs/default.nix index 9058757..4a5ebf3 100644 --- a/nin/2configs/default.nix +++ b/nin/2configs/default.nix @@ -65,6 +65,8 @@ with import <stockholm/lib>; nix.useSandbox = true; + users.mutableUsers = false; + services.timesyncd.enable = true; #why is this on in the first place? |