system: networking: nebula: always restart

This commit is contained in:
陈浩南 2023-09-20 16:36:04 +08:00
parent 6bf6eabaa3
commit d48beec819

View File

@ -49,5 +49,6 @@ inputs:
secrets."nebula/key" = {}; secrets."nebula/key" = {};
}; };
networking.firewall.trustedInterfaces = [ "nebula.nebula" ]; networking.firewall.trustedInterfaces = [ "nebula.nebula" ];
systemd.services."nebula@nebula".serviceConfig.Restart = "always";
}; };
} }