diff options
author | makefu <github@syntax-fehler.de> | 2017-11-14 10:17:16 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-11-14 10:17:25 +0100 |
commit | 4d51e5ec7740abe4270976c8a0606d50e4e6a8e4 (patch) | |
tree | 20c3c19dcf3d7e33d41fc0f46122e5806cd80fe5 /makefu/1systems/x | |
parent | 3b04a5d4da53f076468a1b0bb880490d9a98a697 (diff) |
ma hosts: cleanup configs
Diffstat (limited to 'makefu/1systems/x')
-rw-r--r-- | makefu/1systems/x/config.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/makefu/1systems/x/config.nix b/makefu/1systems/x/config.nix index f7db75564..1524b485f 100644 --- a/makefu/1systems/x/config.nix +++ b/makefu/1systems/x/config.nix @@ -23,8 +23,6 @@ with import <stockholm/lib>; # <stockholm/makefu/2configs/deployment/wiki-irc-bot> # <stockholm/makefu/2configs/torrent.nix> - # <stockholm/makefu/2configs/lanparty/lancache.nix> - # <stockholm/makefu/2configs/lanparty/lancache-dns.nix> # <stockholm/makefu/2configs/deployment/dirctator.nix> # <stockholm/makefu/2configs/vncserver.nix> # <stockholm/makefu/2configs/deployment/led-fader> @@ -75,6 +73,11 @@ with import <stockholm/lib>; { programs.adb.enable = true; } + # temporary + # <stockholm/makefu/2configs/lanparty/lancache.nix> + # <stockholm/makefu/2configs/lanparty/lancache-dns.nix> + # <stockholm/makefu/2configs/lanparty/samba.nix> + # <stockholm/makefu/2configs/lanparty/mumble-server.nix> ]; |