mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Fix httpd.conf path in flake
This commit is contained in:
parent
34e140a655
commit
9bed4c43af
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
};
|
||||
|
||||
lighttpdConfig = pkgs.substituteAll {
|
||||
src = ./httpd.conf;
|
||||
src = ./sites/angestoepselt/httpd.conf;
|
||||
inherit (pkgs) lighttpd;
|
||||
inherit (packages) site;
|
||||
inherit python;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue