diff options
-rw-r--r-- | hel.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 = '' |