Bruno BELANYI
34ff469b6d
The password is quoted using `"` instead of `'` in the setup script, beware of `$` characters...
16 lines
195 B
Nix
16 lines
195 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./gitea.nix
|
|
./jellyfin.nix
|
|
./matrix.nix
|
|
./media.nix
|
|
./nextcloud.nix
|
|
./nginx.nix
|
|
./pirate.nix
|
|
./sabnzbd.nix
|
|
./transmission.nix
|
|
];
|
|
}
|