too lazy to think of a message, so enjoy this pointless text. Good luck future me...
This commit is contained in:
parent
dc2663dbd6
commit
33aadaaecd
4 changed files with 48 additions and 29 deletions
|
|
@ -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()
|
||||
'';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue