21 lines
246 B
Nix
21 lines
246 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./deployerbot
|
|
./friendlyport
|
|
./gitea
|
|
./headscale
|
|
./matrix-synapse
|
|
./node_exporter
|
|
./nsd-acme
|
|
./postfix
|
|
./snmp_exporter
|
|
./syncthing
|
|
./zfsunlock
|
|
];
|
|
}
|