remove systemd.network.enable; this should be set separately

This commit is contained in:
Katherina Walshe-Grey 2024-11-05 19:41:43 +00:00
parent 382e0a74af
commit ffe25bd95a

View file

@ -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;