No need for base with this setup

This commit is contained in:
kalle 2025-02-04 05:24:20 +01:00
parent dab4d66124
commit 5ebaff36c4

View file

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