summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-08-12 23:01:50 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-08-12 23:01:50 +0200
commit28ef72b0fd637366ee6768c030bc03f46cb8cab0 (patch)
treee18ec2b5fc5067b4c6085fe8f30ea3b3ec5b16dc
parent72caf860acde40d75d9510e52d80a86d3dccf360 (diff)
downloadnixos-28ef72b0fd637366ee6768c030bc03f46cb8cab0.tar
nixos-28ef72b0fd637366ee6768c030bc03f46cb8cab0.tar.gz
nixos-28ef72b0fd637366ee6768c030bc03f46cb8cab0.tar.bz2
nixos-28ef72b0fd637366ee6768c030bc03f46cb8cab0.tar.xz
nixos-28ef72b0fd637366ee6768c030bc03f46cb8cab0.zip
disable connectivity checking
-rw-r--r--hel.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/hel.nix b/hel.nix
index 5c4e2779..0fe2776f 100644
--- a/hel.nix
+++ b/hel.nix
@@ -510,8 +510,6 @@
510 }; 510 };
511 }; 511 };
512 512
513 systemd.services."NetworkManager-wait-online".enable = true;
514
515 services.borgbackup = { 513 services.borgbackup = {
516 snapshots = "btrfs"; 514 snapshots = "btrfs";
517 prefix = "yggdrasil.midgard.hel."; 515 prefix = "yggdrasil.midgard.hel.";