Followup, streamline own projects

This commit is contained in:
Daniel Siepmann 2023-02-18 11:33:15 +01:00
parent a5d4df75b4
commit a651f4126d
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -4,7 +4,7 @@ import ./../lib/create-typo3.nix {
inherit config lib pkgs;
domain = "daniel-siepmann.own.localhost";
relativeDocumentRoot = "own/daniel-siepmann.de/project/public/";
relativeDocumentRoot = "own/daniel-siepmann/project/public/";
databaseName = "own_danielsiepmann";
phpPackage = pkgs.php82;
}