Not sure which I want here...
This commit is contained in:
parent
93e3a404a5
commit
172b04ef07
|
@ -181,10 +181,7 @@ in {
|
||||||
|
|
||||||
containers.paris = {
|
containers.paris = {
|
||||||
macvlans = [ cfg.networking.interface ];
|
macvlans = [ cfg.networking.interface ];
|
||||||
extraVeths.paris0 = {
|
extraVeths.paris0 = { hostBridge = "paris-auth0"; };
|
||||||
hostBridge = "paris-auth0";
|
|
||||||
hostAddress = "172.16.128.5";
|
|
||||||
};
|
|
||||||
bindMounts = {
|
bindMounts = {
|
||||||
"/home" = {
|
"/home" = {
|
||||||
hostPath = "${cfg.state-directory}/home";
|
hostPath = "${cfg.state-directory}/home";
|
||||||
|
|
Loading…
Reference in New Issue