quagga service: disable

This commit is contained in:
Robin Gloster 2017-03-30 12:29:20 +02:00
parent ce953d0bc9
commit 8a18e1f7f1
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882
2 changed files with 2 additions and 2 deletions

View file

@ -455,7 +455,7 @@
./services/networking/prayer.nix
./services/networking/privoxy.nix
./services/networking/prosody.nix
./services/networking/quagga.nix
# ./services/networking/quagga.nix
./services/networking/quassel.nix
./services/networking/racoon.nix
./services/networking/radicale.nix

View file

@ -293,7 +293,7 @@ in rec {
tests.printing = callTest tests/printing.nix {};
tests.proxy = callTest tests/proxy.nix {};
tests.pumpio = callTest tests/pump.io.nix {};
tests.quagga = callTest tests/quagga.nix {};
# tests.quagga = callTest tests/quagga.nix {};
tests.quake3 = callTest tests/quake3.nix {};
tests.runInMachine = callTest tests/run-in-machine.nix {};
tests.samba = callTest tests/samba.nix {};