config/modules/services/default.nix

22 lines
310 B
Nix
Raw Normal View History

2023-09-30 17:06:41 +03:00
{...}: {
2023-04-14 14:12:45 +03:00
imports = [
2023-09-11 15:51:33 +03:00
./borgstor
2023-07-30 05:49:54 +03:00
./deployerbot
2023-08-05 18:00:43 +03:00
./friendlyport
2023-08-24 23:34:48 +03:00
./gitea
2023-11-14 09:01:02 +02:00
./hass
2023-08-24 23:44:18 +03:00
./headscale
2023-09-12 13:31:46 +03:00
./jakstpub
2023-08-25 15:49:37 +03:00
./matrix-synapse
2023-08-18 09:31:19 +03:00
./node_exporter
2023-08-09 14:24:43 +03:00
./nsd-acme
2023-07-26 13:26:11 +03:00
./postfix
2024-02-25 20:04:21 +02:00
./remote-builder
2023-09-05 14:41:52 +03:00
./snmp_exporter
2023-09-14 06:41:16 +03:00
./sshguard
2023-07-26 11:36:54 +03:00
./syncthing
./tailscale
2023-07-24 09:23:20 +03:00
./zfsunlock
2023-04-14 14:12:45 +03:00
];
}