forked from emily/nixfiles
11 lines
153 B
Nix
11 lines
153 B
Nix
{ ... }: {
|
|
imports = [
|
|
./deployment
|
|
./graphical
|
|
./librespeed
|
|
./machine-type
|
|
./nginx
|
|
./ooklaserver
|
|
./update-nixfiles
|
|
];
|
|
}
|