21 lines
292 B
Nix
21 lines
292 B
Nix
{...}: {
|
|
imports = [
|
|
./borgstor
|
|
./certget
|
|
./deployerbot
|
|
./friendlyport
|
|
./gitea
|
|
./headscale
|
|
./jakstpub
|
|
./matrix-synapse
|
|
./node_exporter
|
|
./nsd-acme
|
|
./postfix
|
|
./snmp_exporter
|
|
./sshguard
|
|
./syncthing
|
|
./tailscale
|
|
./zfsunlock
|
|
];
|
|
}
|