config/modules/services/default.nix

22 lines
307 B
Nix

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