diff --git a/workstation/systemd.nix b/workstation/systemd.nix index edbd421..b69bb19 100644 --- a/workstation/systemd.nix +++ b/workstation/systemd.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ pkgs, lib, ... }: let readlink = "${pkgs.coreutils}/bin/readlink"; @@ -6,6 +6,8 @@ let in { systemd = { services = { + NetworkManager-wait-online.enable = lib.mkForce false; + systemd-networkd-wait-online.enable = lib.mkForce false; clean-keychain = { description = "Clean up .keychain on boot"; wantedBy = [ "multi-user.target" ];