nixfiles/modules/default.nix
2024-09-24 23:56:26 +02:00

12 lines
153 B
Nix

{ ... }: {
imports = [
./deployment
./graphical
./librespeed
./machine-type
./nginx
./ooklaserver
./update-nixfiles
];
}