fix string
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 9s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m18s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 6m7s

This commit is contained in:
ahuston-0 2025-03-02 18:20:48 -05:00
parent 47d09c399e
commit 1f09a69856
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -66,7 +66,7 @@ in
extra_params = "--o:ssl.enable=false --o:ssl.termination=true"; extra_params = "--o:ssl.enable=false --o:ssl.termination=true";
server_name = "collabora.nayeonie.com"; server_name = "collabora.nayeonie.com";
domain = "nextcloud\.alicehuston\.xyz|nextcloud\.nayeonie\.com"; domain = "nextcloud\.alicehuston\.xyz|nextcloud\.nayeonie\.com";
DONT_GEN_SSL_CERT = 1; DONT_GEN_SSL_CERT = "1";
}; };
environmentFiles = [ environmentFiles = [
config.sops.secrets."docker/collabora".path config.sops.secrets."docker/collabora".path