diff options
author | nin <nineinchnade@gmail.com> | 2017-01-15 19:43:28 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-01-15 20:07:39 +0100 |
commit | bed3e8bff93ee4eeee3a83d378376e7da212d2c6 (patch) | |
tree | ceb0bd414007e935b8a162a5802f65f8f2fe5057 | |
parent | d5ad1b702a6fc39ce41af7408156e10b316eca9c (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 6235fb7..d01a8d5 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? |