forked from mirrors_public/oddlama_nix-config
feat: use configurable link name in containers
This commit is contained in:
parent
eafe3b673c
commit
c94084496a
5 changed files with 38 additions and 53 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue