From 688f6240a690829ad33d3e70f34a24c6c9ae1253 Mon Sep 17 00:00:00 2001 From: Frantisek Bohacek Date: Sun, 8 Oct 2023 10:51:33 +0200 Subject: [PATCH] feat: do not wait for online network --- hosts/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 5d2dd44..0eb106b 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -135,6 +135,12 @@ ''; }; + systemd.network = { + wait-online = { + enable = false; + }; + }; + nix = { # Nix Package Manager settings settings = { auto-optimise-store = true; # Optimise syslinks -- 2.48.1