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 | 0bc3e1591d9c68601906784fe156a344273b79a2 (patch) | |
tree | 52dfa2d7c93f51d5cc04c6309597fdd4c3055a45 /nin/2configs/default.nix | |
parent | cfbbac6a7c9b0401a31eae28a645252f081cba98 (diff) |
n 2: set mutable users to false
Diffstat (limited to 'nin/2configs/default.nix')
-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 6235fb758..d01a8d590 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? |