infrastructure/hosts/hydrogen/default.nix
2023-12-15 16:18:36 +01:00

7 lines
58 B
Nix

{...}: {
imports = [
./services
./system
];
}