Don't set hostAddress & localAddress anymore
This commit is contained in:
parent
fc6deaf71e
commit
207585f7d0
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue