config/modules/services/default.nix

22 lines
310 B
Nix

{...}: {
imports = [
./borgstor
./deployerbot
./friendlyport
./gitea
./hass
./headscale
./jakstpub
./matrix-synapse
./node_exporter
./nsd-acme
./postfix
./remote-builder
./snmp_exporter
./sshguard
./syncthing
./tailscale
./zfsunlock
];
}