mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: nextcloud test
This commit is contained in:
parent
84747ee171
commit
8e383305cc
2 changed files with 1 additions and 3 deletions
|
@ -26,6 +26,6 @@
|
||||||
# Maybe the port, or some configuration thing. It's unclear.
|
# Maybe the port, or some configuration thing. It's unclear.
|
||||||
# Might actually have to wait for the package to get uncucked. 👇
|
# Might actually have to wait for the package to get uncucked. 👇
|
||||||
|
|
||||||
# ./nextcloud.nix
|
./nextcloud.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -73,8 +73,6 @@ in {
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"https://${host}" = {
|
"https://${host}" = {
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
reverse_proxy ${localhost}:${toString nextcloud.ports.port0}
|
|
||||||
|
|
||||||
tls ${nextcloud.ssl.cert} ${nextcloud.ssl.key}
|
tls ${nextcloud.ssl.cert} ${nextcloud.ssl.key}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue