Not sure which I want here...

This commit is contained in:
niten 2024-06-03 13:34:55 -07:00
parent 93e3a404a5
commit 172b04ef07
1 changed files with 1 additions and 4 deletions

View File

@ -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";