From f6e6b7da2beabd9a3bcb49c152f02ee37776a3e0 Mon Sep 17 00:00:00 2001 From: nin Date: Sun, 15 Jan 2017 19:43:28 +0100 Subject: n 2: set mutable users to false --- nin/2configs/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nin/2configs') 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 ; nix.useSandbox = true; + users.mutableUsers = false; + services.timesyncd.enable = true; #why is this on in the first place? -- cgit v1.2.3