From 07d70b30eed6b1828a4cdd2e8d38c9474d4ac7ea Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 29 Feb 2024 07:21:32 -0600 Subject: [PATCH] supressing some build annoyances --- workstation/systemd.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" ];