Fix httpd.conf path in flake

This commit is contained in:
Yannik Rödel 2022-04-10 13:44:29 +02:00
parent 34e140a655
commit 9bed4c43af

View file

@ -41,7 +41,7 @@
};
lighttpdConfig = pkgs.substituteAll {
src = ./httpd.conf;
src = ./sites/angestoepselt/httpd.conf;
inherit (pkgs) lighttpd;
inherit (packages) site;
inherit python;