summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-12-16 23:37:39 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-12-16 23:37:39 +0100
commite5195df4dbb63f3f05c8f502970cdba41c8c5311 (patch)
tree530ee2144853f7e3c71ffdb2df41e949ecc9017b
parent8a7cebc22c4cc9b02acc724906045961ecce2f20 (diff)
downloadnixos-e5195df4dbb63f3f05c8f502970cdba41c8c5311.tar
nixos-e5195df4dbb63f3f05c8f502970cdba41c8c5311.tar.gz
nixos-e5195df4dbb63f3f05c8f502970cdba41c8c5311.tar.bz2
nixos-e5195df4dbb63f3f05c8f502970cdba41c8c5311.tar.xz
nixos-e5195df4dbb63f3f05c8f502970cdba41c8c5311.zip
nm-online?
-rw-r--r--hel.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 5272b3eb..ba86b1e4 100644
--- a/hel.nix
+++ b/hel.nix
@@ -513,5 +513,7 @@
513 }; 513 };
514 514
515 systemd.targets."multi-user".wants = ["gpscfg.timer"]; 515 systemd.targets."multi-user".wants = ["gpscfg.timer"];
516
517 systemd.services."NetworkManager-wait-online".enable = true;
516} 518}
517 519