n 2: set mutable users to false

This commit is contained in:
nin 2017-01-15 19:43:28 +01:00 committed by lassulus
parent cfbbac6a7c
commit 0bc3e1591d

View File

@ -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?