Added quotes so nix doesn't think it's a path

This commit is contained in:
2024-12-27 15:47:32 +02:00
parent 5ebde5ebb2
commit 1cdd082f13

View File

@@ -8,7 +8,7 @@
}];
locations."/" = {
index = "index.html";
root = /srv/website;
root = "/srv/website";
};
};
};