summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/hel.nix b/hel.nix
index 815d283a..e2f07c4f 100644
--- a/hel.nix
+++ b/hel.nix
@@ -96,16 +96,6 @@
96 in { inherit (template) shell hashedPassword; } 96 in { inherit (template) shell hashedPassword; }
97 }; 97 };
98 98
99 users.extraUsers.gkleen = {
100 name = "gkleen";
101 extraGroups = [ "wheel" "wlan" "lp" "scanner" "dialout" "vboxusers" ];
102 group = "users";
103 uid = 1000;
104 createHome = true;
105 home = "/home/gkleen";
106 shell = "/run/current-system/sw/bin/zsh";
107 };
108
109 users.extraGroups = { network = {}; }; 99 users.extraGroups = { network = {}; };
110 100
111 security = { 101 security = {