machines/buna: use wifi

This commit is contained in:
2026-08-19 14:34:34 +07:00
parent 969c006f97
commit 88ac5cbd83
20 changed files with 937 additions and 608 deletions
+12
View File
@@ -492,6 +492,18 @@
};
};
wifi = {
module.name = "wifi";
module.input = "clan-community";
roles.default = {
machines."buna" = {
settings.networks.home = { };
settings.networks.glom = { };
};
};
};
};
};
};