forked from Drift/pvv-nixos-config
bicep: don't wait for all interfaces and especially not jokums
This commit is contained in:
parent
9f6020b5e7
commit
bac67ee123
|
@ -24,6 +24,10 @@
|
||||||
matchConfig.Name = "enp6s0f0";
|
matchConfig.Name = "enp6s0f0";
|
||||||
address = with values.hosts.bicep; [ (ipv4 + "/25") (ipv6 + "/64") ];
|
address = with values.hosts.bicep; [ (ipv4 + "/25") (ipv6 + "/64") ];
|
||||||
};
|
};
|
||||||
|
systemd.network.wait-online = {
|
||||||
|
ignoredInterfaces = [ "enp6s0f1" ];
|
||||||
|
anyInterface = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Do not change, even during upgrades.
|
# Do not change, even during upgrades.
|
||||||
# See https://search.nixos.org/options?show=system.stateVersion
|
# See https://search.nixos.org/options?show=system.stateVersion
|
||||||
|
|
Loading…
Reference in New Issue