16 lines
157 B
Nix
16 lines
157 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./deployerbot
|
|
./friendlyport
|
|
./nsd-acme
|
|
./postfix
|
|
./syncthing
|
|
./zfsunlock
|
|
];
|
|
}
|