test: project vault fucked

This commit is contained in:
Nick 2025-12-10 18:17:32 -06:00
parent 9aab8c6444
commit 0d667d4c74
4 changed files with 21 additions and 28 deletions

View file

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