1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: use configurable link name in containers

This commit is contained in:
oddlama 2023-12-19 17:57:09 +01:00
parent eafe3b673c
commit c94084496a
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 38 additions and 53 deletions

View file

@ -1,7 +1,6 @@
{
lib,
utils,
nodes,
...
}: let
inherit (lib) net;
@ -22,7 +21,7 @@ in {
renew-timer = 1000;
rebind-timer = 2000;
interfaces-config = {
# XXX: why does this bind other macvtaps?
# XXX: BUG: why does this bind other macvtaps?
interfaces = ["lan-self"];
service-sockets-max-retries = -1;
};