fix: fix incorrect config reference

This commit is contained in:
Kiana Sheibani 2024-11-22 18:56:17 -05:00
parent f27c89de11
commit 63565fc4b1
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -43,7 +43,7 @@ in {
systemd.tmpfiles.rules =
lib.optional useSubdomain
"L+ ${cfg.stateDir}/custom/templates - - - - ${cfg.templates}";
"L+ ${forgejo.stateDir}/custom/templates - - - - ${cfg.templates}";
}
// lib.mkIf cfg.createUser {
users.users.${forgejo.user} = {