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