NixOS/system/services/default.nix

20 lines
292 B
Nix
Raw Normal View History

2024-06-13 13:52:45 +07:00
{ ... }:
{
imports = [
./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-06-13 13:52:45 +07:00
];
}