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