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 ];
|
||||
|
||||
systemd.network = {
|
||||
enable = true;
|
||||
|
||||
netdevs."30-birdsong" = {
|
||||
netdevConfig = {
|
||||
Name = cfg.interface;
|
||||
|
|
Loading…
Reference in a new issue