NixOS/system/services/default.nix

23 lines
327 B
Nix
Raw Permalink Normal View History

2024-06-13 13:52:45 +07:00
{ ... }:
{
imports = [
2024-08-29 11:51:08 +07:00
./telemetry
2024-06-13 13:52:45 +07:00
./caddy.nix
./cockpit.nix
2024-06-13 18:59:07 +07:00
./forgejo.nix
./jellyfin.nix
2024-06-14 12:21:05 +07:00
./kavita.nix
./navidrome.nix
./nextcloud.nix
2024-06-14 14:30:52 +07:00
./openvpn.nix
./rust-motd.nix
./samba.nix
2024-06-14 19:42:14 +07:00
./stubby.nix
./syncthing.nix
2024-06-23 20:01:24 +07:00
./wireguard.nix
2024-06-23 21:04:27 +07:00
./photoprism.nix
2024-09-05 09:42:15 +07:00
./ntfy-sh.nix
2024-06-13 13:52:45 +07:00
];
}