config/modules/services/default.nix

30 lines
434 B
Nix
Raw Normal View History

2024-07-29 15:39:54 +03:00
{ ... }:
{
2023-04-14 14:12:45 +03:00
imports = [
2023-09-11 15:51:33 +03:00
./borgstor
2024-07-31 09:40:05 +03:00
./btrfsborg
2024-07-29 16:11:01 +03:00
./btrfssnapshot
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
2024-08-03 05:57:15 +03:00
./grafana
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
2024-08-03 18:57:29 +03:00
./matrix-synapse
2024-08-03 07:03:15 +03:00
./minidlna
2023-08-18 09:31:19 +03:00
./node_exporter
2023-08-09 14:24:43 +03:00
./nsd-acme
./ping_exporter
2024-08-02 16:03:09 +03:00
./photoprism
2023-07-26 13:26:11 +03:00
./postfix
2024-02-25 20:04:21 +02:00
./remote-builder
2024-08-24 22:00:37 +03:00
./ssh8022
2023-07-26 11:36:54 +03:00
./syncthing
2024-08-03 18:11:44 +03:00
./syncthing-relay
./tailscale
2024-08-03 06:53:37 +03:00
./vaultwarden
2024-06-06 01:57:00 +03:00
./wifibackup
2023-04-14 14:12:45 +03:00
];
}