config/modules/services/default.nix

32 lines
459 B
Nix
Raw Normal View History

2024-07-29 12:39:54 +00:00
{ ... }:
{
2023-04-14 11:12:45 +00:00
imports = [
2023-09-11 12:51:33 +00:00
./borgstor
2024-07-31 06:40:05 +00:00
./btrfsborg
2024-07-29 13:11:01 +00:00
./btrfssnapshot
2023-07-30 02:49:54 +00:00
./deployerbot
2023-08-05 15:00:43 +00:00
./friendlyport
2025-02-11 20:00:40 +00:00
./frigate
2023-08-24 20:34:48 +00:00
./gitea
2024-08-03 02:57:15 +00:00
./grafana
2023-11-14 07:01:02 +00:00
./hass
2023-08-24 20:44:18 +00:00
./headscale
2024-09-27 12:03:43 +00:00
./immich
2023-09-12 10:31:46 +00:00
./jakstpub
2024-08-03 15:57:29 +00:00
./matrix-synapse
2024-08-03 04:03:15 +00:00
./minidlna
2023-08-18 06:31:19 +00:00
./node_exporter
2023-08-09 11:24:43 +00:00
./nsd-acme
./ping_exporter
2023-07-26 10:26:11 +00:00
./postfix
2024-11-03 18:18:09 +00:00
./printing
2024-02-25 18:04:21 +00:00
./remote-builder
2024-08-24 19:00:37 +00:00
./ssh8022
2023-07-26 08:36:54 +00:00
./syncthing
2024-08-03 15:11:44 +00:00
./syncthing-relay
./tailscale
2024-08-03 03:53:37 +00:00
./vaultwarden
2024-06-05 22:57:00 +00:00
./wifibackup
2023-04-14 11:12:45 +00:00
];
}