nixfiles/modules/default.nix

6 lines
44 B
Nix

{ ... }: {
imports = [
./vhost
];
}