Merge pull request 'meshnamed: mark networkmanager interfaces as unmanaged' (#708) from zerotier into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/708
This commit is contained in:
@@ -59,6 +59,8 @@ in
|
|||||||
${cfg.listenAddress} meshnamed
|
${cfg.listenAddress} meshnamed
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
networking.networkmanager.unmanaged = [ "interface-name:meshnamed" ];
|
||||||
|
|
||||||
systemd.services.meshnamed =
|
systemd.services.meshnamed =
|
||||||
let
|
let
|
||||||
networks = lib.concatMapStringsSep "," (network: "${network.name}=${network.subnet}")
|
networks = lib.concatMapStringsSep "," (network: "${network.name}=${network.subnet}")
|
||||||
|
|||||||
Reference in New Issue
Block a user