10 lines
94 B
Nix
10 lines
94 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./miniflux
|
|
./wireguard
|
|
./nginx.nix
|
|
./dns.nix
|
|
];
|
|
}
|