feat: documents sites module, and adds penfield
This commit is contained in:
parent
216e97a10d
commit
1fa1dad73d
2 changed files with 28 additions and 9 deletions
|
|
@ -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.";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue