More progress, not working though

This commit is contained in:
Gene Liverman 2024-03-30 12:48:20 -04:00
parent a7dfb93f42
commit 710a5c5c16
3 changed files with 19 additions and 10 deletions

View file

@ -22,6 +22,11 @@
mountPoint = "/nix/.ro-store";
}
];
interfaces = [{
type = "tap";
id = "vm-nginx-proxy";
mac = "02:00:00:00:00:01";
}];
};
}