nixfiles/modules/default.nix
2024-01-17 14:34:33 +01:00

6 lines
63 B
Nix

{ ... }: {
imports = [
./vhost
./machine-type
];
}