9 lines
76 B
Nix
9 lines
76 B
Nix
|
{ lib, ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./acme
|
||
|
./ddclient
|
||
|
./nginx
|
||
|
];
|
||
|
}
|