feat: do not wait for online network
1 files changed, 6 insertions(+), 0 deletions(-) M hosts/configuration.nix
M hosts/configuration.nix => hosts/configuration.nix +6 -0
@@ 135,6 135,12 @@ ''; }; + systemd.network = { + wait-online = { + enable = false; + }; + }; + nix = { # Nix Package Manager settings settings = { auto-optimise-store = true; # Optimise syslinks