test: project vault fucked

This commit is contained in:
Nick 2025-12-10 18:44:03 -06:00
parent e53184020f
commit 4bae308c79
4 changed files with 21 additions and 33 deletions

View file

@ -18,6 +18,7 @@ in
ssh,
mnt,
host,
inter,
}:
{
microvm.vms = {
@ -91,7 +92,7 @@ in
network = {
enable = true;
networks."20-lan" = {
matchConfig.Name = "enp0s6";
matchConfig.Name = inter;
addresses = [
{ Address = "${ip}/24"; }
];