summaryrefslogtreecommitdiffstats
path: root/mb
diff options
context:
space:
mode:
authormagenbluten <magenbluten@codemonkey.cc>2019-04-28 16:54:11 +0200
committermagenbluten <magenbluten@codemonkey.cc>2019-04-28 16:54:11 +0200
commitbdb5f524d19bc1b32ac07f70fe0eaca6188043b1 (patch)
tree8f508ce4b27f18a7b6ab81af91cf3f61a423d727 /mb
parente9ed25b2e1b55c7ce3c8733ab607fd03b53d7b4b (diff)
mb: mutableUsers = true
Diffstat (limited to 'mb')
-rw-r--r--mb/2configs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/mb/2configs/default.nix b/mb/2configs/default.nix
index 679be56..ab11495 100644
--- a/mb/2configs/default.nix
+++ b/mb/2configs/default.nix
@@ -49,7 +49,7 @@ with import <stockholm/lib>;
build.user = config.krebs.users.mb;
};
- users.mutableUsers = false;
+ users.mutableUsers = true;
services.timesyncd.enable = mkForce true;