summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-13 22:33:59 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-13 22:33:59 +0200
commitea741318efd7026cbf74d6841ff4ca822ad0a8cb (patch)
tree75e6aee81fc94be8193610f37718a5755f1276dc
parentdd0714000e57e2ac869c9e3ed55c9bd81ace88f0 (diff)
downloadnixos-ea741318efd7026cbf74d6841ff4ca822ad0a8cb.tar
nixos-ea741318efd7026cbf74d6841ff4ca822ad0a8cb.tar.gz
nixos-ea741318efd7026cbf74d6841ff4ca822ad0a8cb.tar.bz2
nixos-ea741318efd7026cbf74d6841ff4ca822ad0a8cb.tar.xz
nixos-ea741318efd7026cbf74d6841ff4ca822ad0a8cb.zip
no mutable users on Hel
-rw-r--r--hel.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index e7453e6a..e1cd6b05 100644
--- a/hel.nix
+++ b/hel.nix
@@ -98,6 +98,8 @@
98 }; 98 };
99 99
100 users = { 100 users = {
101 mutableUsers = false;
102
101 extraUsers.root = { inherit (import ./users/gkleen.nix) shell hashedPassword; }; 103 extraUsers.root = { inherit (import ./users/gkleen.nix) shell hashedPassword; };
102 104
103 extraGroups = { network = {}; }; 105 extraGroups = { network = {}; };