config/modules/services/default.nix

20 lines
226 B
Nix

{
config,
lib,
pkgs,
...
}: {
imports = [
./deployerbot
./friendlyport
./gitea
./headscale
./matrix-synapse
./node_exporter
./nsd-acme
./postfix
./syncthing
./zfsunlock
];
}