Don't set hostAddress & localAddress anymore

This commit is contained in:
niten 2024-06-05 09:40:53 -07:00
parent fc6deaf71e
commit 207585f7d0
1 changed files with 2 additions and 3 deletions

View File

@ -217,9 +217,8 @@ in {
containers.paris = { containers.paris = {
autoStart = true; autoStart = true;
macvlans = [ cfg.networking.internal.interface ]; macvlans =
hostAddress = "172.16.31.1"; [ cfg.networking.internal.interface cfg.networking.external.interface ];
localAddress = "172.16.31.2";
bindMounts = { bindMounts = {
"/home" = { "/home" = {
hostPath = "${cfg.state-directory}/home"; hostPath = "${cfg.state-directory}/home";