feat: nextcloud test

This commit is contained in:
Nick 2024-10-17 16:51:43 -05:00
parent 84747ee171
commit 8e383305cc
2 changed files with 1 additions and 3 deletions

View file

@ -26,6 +26,6 @@
# Maybe the port, or some configuration thing. It's unclear.
# Might actually have to wait for the package to get uncucked. 👇
# ./nextcloud.nix
./nextcloud.nix
];
}

View file

@ -73,8 +73,6 @@ in {
virtualHosts = {
"https://${host}" = {
extraConfig = ''
reverse_proxy ${localhost}:${toString nextcloud.ports.port0}
tls ${nextcloud.ssl.cert} ${nextcloud.ssl.key}
'';
};