too lazy to think of a message, so enjoy this pointless text. Good luck future me...

This commit is contained in:
Chris Kruining 2025-09-18 16:27:09 +02:00
parent dc2663dbd6
commit 33aadaaecd
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
4 changed files with 48 additions and 29 deletions

View file

@ -26,6 +26,18 @@
};
};
};
machines = {
node1 = {
networking.domain = "test.local";
};
node2 = {
networking.domain = "test.local";
};
node3 = {
networking.domain = "test.local";
};
};
};
nodes = {
@ -37,4 +49,4 @@
testScript = ''
start_all()
'';
}
}