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 = {
autoStart = true;
macvlans = [ cfg.networking.internal.interface ];
hostAddress = "172.16.31.1";
localAddress = "172.16.31.2";
macvlans =
[ cfg.networking.internal.interface cfg.networking.external.interface ];
bindMounts = {
"/home" = {
hostPath = "${cfg.state-directory}/home";