No need for base with this setup

main
kalle 2025-02-04 05:24:20 +01:00
parent dab4d66124
commit 5ebaff36c4
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
{
roles,
hlConfig,
}:
{
hostname = "base";
managed = true;
ip = "192.168.10.98";
roles = with roles; [
];
config = {
};
stateVersion = "24.05";
}