1
0
Fork 0
forked from emily/nixfiles
nixfiles-emily/modules/default.nix
2024-04-27 19:34:17 +02:00

7 lines
80 B
Nix

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