meshnamed: mark networkmanager interfaces as unmanaged
All checks were successful
checks-impure / test (pull_request) Successful in 1m18s
checks / test (pull_request) Successful in 2m24s

This commit is contained in:
Jörg Thalheim 2024-01-11 12:16:59 +01:00
parent 93fa4e397b
commit a5132a4f81

View File

@ -59,6 +59,8 @@ in
${cfg.listenAddress} meshnamed
'';
networking.networkmanager.unmanaged = [ "interface-name:meshnamed" ];
systemd.services.meshnamed =
let
networks = lib.concatMapStringsSep "," (network: "${network.name}=${network.subnet}")