summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hel.nix b/hel.nix
index 992972f9..e7453e6a 100644
--- a/hel.nix
+++ b/hel.nix
@@ -99,9 +99,9 @@
99 99
100 users = { 100 users = {
101 extraUsers.root = { inherit (import ./users/gkleen.nix) shell hashedPassword; }; 101 extraUsers.root = { inherit (import ./users/gkleen.nix) shell hashedPassword; };
102 };
103 102
104 users.extraGroups = { network = {}; }; 103 extraGroups = { network = {}; };
104 };
105 105
106 security = { 106 security = {
107 sudo.extraConfig = '' 107 sudo.extraConfig = ''