nixfleet/hosts/beebox/default.nix
Andrea Ciceri a394b9cefd
All checks were successful
/ test (push) Successful in 32s
Reformat everything
2024-09-20 11:37:17 +02:00

22 lines
254 B
Nix

{
fleetModules,
...
}:
{
imports =
[
./hardware-configuration.nix
]
++ fleetModules [
"common"
"ssh"
"ccr"
"audio"
"dbus"
"bluetooth"
"kodi"
"udisks2"
];
ccr.enable = true;
}