nixfiles/modules/default.nix
2024-09-11 22:17:25 +02:00

11 lines
136 B
Nix

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