diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-15 00:01:17 +0100 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-15 00:01:17 +0100 |
| commit | 630f5e7ad5b2d98702ea3c9500696cb74114f4a9 (patch) | |
| tree | 6a408bb1ee223bd410aa213ea2d3488f214da781 | |
| parent | bf0a24ef827f0d009b152cc3f2c657af6b39d8c8 (diff) | |
| download | nixos-630f5e7ad5b2d98702ea3c9500696cb74114f4a9.tar nixos-630f5e7ad5b2d98702ea3c9500696cb74114f4a9.tar.gz nixos-630f5e7ad5b2d98702ea3c9500696cb74114f4a9.tar.bz2 nixos-630f5e7ad5b2d98702ea3c9500696cb74114f4a9.tar.xz nixos-630f5e7ad5b2d98702ea3c9500696cb74114f4a9.zip | |
atd on hel
| -rw-r--r-- | hel.nix | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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 | ||
