feat: documents sites module, and adds penfield

This commit is contained in:
Lewis Wynne 2026-04-07 16:44:29 +01:00
parent 216e97a10d
commit 1fa1dad73d
2 changed files with 28 additions and 9 deletions

View file

@ -62,12 +62,12 @@ let
readWritePaths = mkOption {
type = types.listOf types.str;
default = [];
description = "Extra paths the server can write to at runtime.";
description = "Paths the server can write to at runtime.";
};
afterServices = mkOption {
type = types.listOf types.str;
default = [];
default = [ "forgejo.service" ];
description = "Systemd units to wait for before building.";
};
};