summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-13 22:32:14 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-13 22:32:14 +0200
commite0763929e5e6790c0a708fb69f8b644c216b3a64 (patch)
tree2a2b70903e57c1b9190dd5ba40dbfa0b0cc2e3a8 /hel.nix
parentcf356be60b54e3cccff1501e5c3ddeddd3de82ee (diff)
downloadnixos-e0763929e5e6790c0a708fb69f8b644c216b3a64.tar
nixos-e0763929e5e6790c0a708fb69f8b644c216b3a64.tar.gz
nixos-e0763929e5e6790c0a708fb69f8b644c216b3a64.tar.bz2
nixos-e0763929e5e6790c0a708fb69f8b644c216b3a64.tar.xz
nixos-e0763929e5e6790c0a708fb69f8b644c216b3a64.zip
cleanup
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 = ''