n 2: set mutable users to false

This commit is contained in:
nin 2017-01-15 19:43:28 +01:00
parent 923570be43
commit f6e6b7da2b

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?