1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

Disable networkmanager wait online

This commit is contained in:
RGBCube 2024-06-04 20:22:56 +03:00
parent d9edc82456
commit e52335e5f7
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
2 changed files with 4 additions and 1 deletions

View file

@ -7,5 +7,5 @@ lib: {
};
};
disabled = { enable = false; };
disabled = { enable = lib.mkForce false; };
}

View file

@ -15,5 +15,8 @@ in systemConfiguration {
useRoutingFeatures = "both";
};
# Breaks with tailscale.
systemd.services.NetworkManager-wait-online = disabled;
networking.firewall.trustedInterfaces = [ interface ];
}