config/modules/services/default.nix
2024-05-30 17:14:44 +03:00

21 lines
290 B
Nix

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