Skip to content
This repository was archived by the owner on Sep 14, 2025. It is now read-only.

Commit 999c686

Browse files
committed
fixup
1 parent 7b3a12d commit 999c686

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/gitea-actions.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ in
5151
giteaServer = lib.mkOption {
5252
type = lib.types.str;
5353
default = config.services.gitea.settings.server.ROOT_URL;
54+
defaultText = "\${toString config.services.gitea.settings.server.ROOT_URL}";
5455
description = "The gitea server to serve gitea actions for.";
5556
};
5657

0 commit comments

Comments
 (0)