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

15 lines
141 B
Nix

{
fleetModules,
...
}:
{
imports =
fleetModules [
"common"
"ssh"
"nix"
]
++ [
./disko.nix
];
}