nix-config/services/default.nix
Bruno BELANYI 34ff469b6d services: add nextcloud
The password is quoted using `"` instead of `'` in the setup script,
beware of `$` characters...
2021-02-08 10:49:58 +00:00

16 lines
195 B
Nix

{ ... }:
{
imports = [
./gitea.nix
./jellyfin.nix
./matrix.nix
./media.nix
./nextcloud.nix
./nginx.nix
./pirate.nix
./sabnzbd.nix
./transmission.nix
];
}