summaryrefslogtreecommitdiffstats
path: root/tv/2configs/base.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-11-06 21:53:21 +0100
committertv <tv@krebsco.de>2015-11-06 21:53:21 +0100
commitbad79f7f1270c01343b3c308f5a2cf390dac014c (patch)
treeb7b0b9667ed5438d8cc520787ef6936dee6483c4 /tv/2configs/base.nix
parenta0c068d6ec5d1cc6b1c58fe9af379b638a346220 (diff)
tv: init user z
Diffstat (limited to 'tv/2configs/base.nix')
-rw-r--r--tv/2configs/base.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/tv/2configs/base.nix b/tv/2configs/base.nix
index a74ce329..4beece5e 100644
--- a/tv/2configs/base.nix
+++ b/tv/2configs/base.nix
@@ -23,6 +23,9 @@ with lib;
(import <secrets/hashedPasswords.nix>);
}
{
+ users.groups.subusers.gid = 1093178926; # genid subusers
+ }
+ {
users.defaultUserShell = "/run/current-system/sw/bin/bash";
users.mutableUsers = false;
}