summaryrefslogtreecommitdiffstats
path: root/nin
diff options
context:
space:
mode:
authornin <nineinchnade@gmail.com>2017-01-15 19:43:28 +0100
committernin <nineinchnade@gmail.com>2017-01-15 19:43:28 +0100
commitf6e6b7da2beabd9a3bcb49c152f02ee37776a3e0 (patch)
tree1ccd3c32acff846fdde5e4bcf422c8bb8df5ca1e /nin
parent923570be43130c79b794182f427c040df9d7214b (diff)
n 2: set mutable users to false
Diffstat (limited to 'nin')
-rw-r--r--nin/2configs/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nin/2configs/default.nix b/nin/2configs/default.nix
index 9058757d..4a5ebf3d 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?