NixOS/system/services/default.nix

17 lines
231 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
./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-13 13:52:45 +07:00
];
}