summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-12 23:07:33 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-12 23:07:33 +0200
commite74ae996c70da6e1db6d7c35bff6cab1176bbae4 (patch)
tree88469832614f76c4bb0f7b055cf35bb790128c9a
parentb79e59b6a89b5053460a2c72fdf05fe475a50f37 (diff)
downloadnixos-e74ae996c70da6e1db6d7c35bff6cab1176bbae4.tar
nixos-e74ae996c70da6e1db6d7c35bff6cab1176bbae4.tar.gz
nixos-e74ae996c70da6e1db6d7c35bff6cab1176bbae4.tar.bz2
nixos-e74ae996c70da6e1db6d7c35bff6cab1176bbae4.tar.xz
nixos-e74ae996c70da6e1db6d7c35bff6cab1176bbae4.zip
gkleen is already taken care of
-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 = {