9 lines
110 B
Nix
9 lines
110 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./applications/default.nix
|
|
./dns/default.nix
|
|
./system/default.nix
|
|
];
|
|
} |