Make things ugly
This commit is contained in:
parent
d2461bc6b8
commit
f1b2189cb5
|
@ -15,7 +15,7 @@
|
|||
"${secrets.jimDomain}" = {
|
||||
enableACME = true;
|
||||
addSSL = true;
|
||||
root = ./webpages/Jimbo-Landing-Page;
|
||||
root = "/etc/nixos/nixos/server/webpages/Jimbo-Landing-Page";
|
||||
locations = {
|
||||
"/.well-known/matrix/client" = {
|
||||
extraConfig = ''
|
||||
|
@ -76,6 +76,6 @@
|
|||
|
||||
# Allow Nginx to read and write to paths
|
||||
systemd.services.nginx.serviceConfig = {
|
||||
ReadWritePaths = [ ./webpages/Jimbo-Landing-Page ];
|
||||
ReadWritePaths = [ "/etc/nixos/nixos/server/webpages/Jimbo-Landing-Page" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue