fix: fix incorrect config reference
This commit is contained in:
parent
f27c89de11
commit
63565fc4b1
|
@ -43,7 +43,7 @@ in {
|
||||||
|
|
||||||
systemd.tmpfiles.rules =
|
systemd.tmpfiles.rules =
|
||||||
lib.optional useSubdomain
|
lib.optional useSubdomain
|
||||||
"L+ ${cfg.stateDir}/custom/templates - - - - ${cfg.templates}";
|
"L+ ${forgejo.stateDir}/custom/templates - - - - ${cfg.templates}";
|
||||||
}
|
}
|
||||||
// lib.mkIf cfg.createUser {
|
// lib.mkIf cfg.createUser {
|
||||||
users.users.${forgejo.user} = {
|
users.users.${forgejo.user} = {
|
||||||
|
|
Loading…
Reference in a new issue