Make things ugly

This commit is contained in:
Jimbo 2024-08-26 15:06:59 -04:00
parent d2461bc6b8
commit f1b2189cb5

View file

@ -15,7 +15,7 @@
"${secrets.jimDomain}" = { "${secrets.jimDomain}" = {
enableACME = true; enableACME = true;
addSSL = true; addSSL = true;
root = ./webpages/Jimbo-Landing-Page; root = "/etc/nixos/nixos/server/webpages/Jimbo-Landing-Page";
locations = { locations = {
"/.well-known/matrix/client" = { "/.well-known/matrix/client" = {
extraConfig = '' extraConfig = ''
@ -76,6 +76,6 @@
# Allow Nginx to read and write to paths # Allow Nginx to read and write to paths
systemd.services.nginx.serviceConfig = { systemd.services.nginx.serviceConfig = {
ReadWritePaths = [ ./webpages/Jimbo-Landing-Page ]; ReadWritePaths = [ "/etc/nixos/nixos/server/webpages/Jimbo-Landing-Page" ];
}; };
} }