testjust hydra

This commit is contained in:
Osman Faruk Bayram 2025-07-27 16:34:23 +03:00
parent 6762091282
commit e9483582df

View file

@ -11,7 +11,7 @@ in
myModules = {
enableKDE = false;
enableFonts = false;
enableNextcloud = true;
# enableNextcloud = true;
enableHydra = true;
};
@ -22,7 +22,7 @@ in
reverse_proxy localhost:${toString hydraPort}
}
handle_path /nextcloud* {
reverse_proxy localhost:443
retun hello "Nextcloud is not configured yet. Please set up the service.";
}
'';
};