8 lines
100 B
Nix
8 lines
100 B
Nix
{...}: {
|
|
imports = [
|
|
./traefik.nix
|
|
./homepage.nix
|
|
./searxng.nix
|
|
./hugo.nix
|
|
];
|
|
}
|