NixOS/system/services/default.nix

15 lines
192 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
2024-06-13 16:08:33 +07:00
./samba.nix
2024-06-13 23:14:37 +07:00
./nextcloud.nix
2024-06-14 10:04:29 +07:00
./syncthing.nix
2024-06-14 12:21:05 +07:00
./kavita.nix
2024-06-14 14:30:52 +07:00
./openvpn.nix
2024-06-14 19:42:14 +07:00
./stubby.nix
2024-06-13 13:52:45 +07:00
];
}