nixos-hypervisor/services/default.nix
Théo Barnouin 8754f0d1a0
Some checks failed
/ Build Nix targets (push) Has been cancelled
Cleanup
2025-06-18 09:27:31 +02:00

16 lines
216 B
Nix

{...}: {
imports = [
./nginx
./forgejo
./redis
./jellyfin
./nextcloud
./grafana
./postgresql
./onlyoffice
./collabora
./qbittorrent-vpn
./nixarr
./vaultwarden
];
}