remove systemd.network.enable; this should be set separately
This commit is contained in:
parent
382e0a74af
commit
ffe25bd95a
|
@ -77,8 +77,6 @@ in
|
||||||
networking.firewall.allowedUDPPorts = mkIf cfg.openPorts [ host.port ];
|
networking.firewall.allowedUDPPorts = mkIf cfg.openPorts [ host.port ];
|
||||||
|
|
||||||
systemd.network = {
|
systemd.network = {
|
||||||
enable = true;
|
|
||||||
|
|
||||||
netdevs."30-birdsong" = {
|
netdevs."30-birdsong" = {
|
||||||
netdevConfig = {
|
netdevConfig = {
|
||||||
Name = cfg.interface;
|
Name = cfg.interface;
|
||||||
|
|
Loading…
Reference in a new issue