summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-11-15 00:01:17 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-11-15 00:01:17 +0100
commit630f5e7ad5b2d98702ea3c9500696cb74114f4a9 (patch)
tree6a408bb1ee223bd410aa213ea2d3488f214da781
parentbf0a24ef827f0d009b152cc3f2c657af6b39d8c8 (diff)
downloadnixos-630f5e7ad5b2d98702ea3c9500696cb74114f4a9.tar
nixos-630f5e7ad5b2d98702ea3c9500696cb74114f4a9.tar.gz
nixos-630f5e7ad5b2d98702ea3c9500696cb74114f4a9.tar.bz2
nixos-630f5e7ad5b2d98702ea3c9500696cb74114f4a9.tar.xz
nixos-630f5e7ad5b2d98702ea3c9500696cb74114f4a9.zip
atd on hel
-rw-r--r--hel.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 01cbb592..3753a8df 100644
--- a/hel.nix
+++ b/hel.nix
@@ -109,6 +109,11 @@
109 ''; 109 '';
110 }; 110 };
111 111
112 atd = {
113 enable = true;
114 allowEveryone = true;
115 };
116
112 xserver = { 117 xserver = {
113 enable = true; 118 enable = true;
114 119