docs: identified missing documentation
All checks were successful
Build all the nodes / ap01 (pull_request) Successful in 1m12s
Build all the nodes / bridge01 (pull_request) Successful in 1m53s
Build all the nodes / geo01 (pull_request) Successful in 2m0s
Build all the nodes / geo02 (pull_request) Successful in 1m51s
Build all the nodes / compute01 (pull_request) Successful in 2m19s
Build all the nodes / rescue01 (pull_request) Successful in 2m20s
Build all the nodes / storage01 (pull_request) Successful in 2m8s
Run pre-commit on all files / check (pull_request) Successful in 31s
Build all the nodes / vault01 (pull_request) Successful in 2m1s
Run pre-commit on all files / check (push) Successful in 25s
Build all the nodes / web02 (pull_request) Successful in 2m0s
Check meta / check_dns (pull_request) Successful in 19s
Build all the nodes / web03 (pull_request) Successful in 1m53s
Check meta / check_meta (pull_request) Successful in 27s
Check workflows / check_workflows (pull_request) Successful in 30s
Build all the nodes / web01 (pull_request) Successful in 2m40s
All checks were successful
Build all the nodes / ap01 (pull_request) Successful in 1m12s
Build all the nodes / bridge01 (pull_request) Successful in 1m53s
Build all the nodes / geo01 (pull_request) Successful in 2m0s
Build all the nodes / geo02 (pull_request) Successful in 1m51s
Build all the nodes / compute01 (pull_request) Successful in 2m19s
Build all the nodes / rescue01 (pull_request) Successful in 2m20s
Build all the nodes / storage01 (pull_request) Successful in 2m8s
Run pre-commit on all files / check (pull_request) Successful in 31s
Build all the nodes / vault01 (pull_request) Successful in 2m1s
Run pre-commit on all files / check (push) Successful in 25s
Build all the nodes / web02 (pull_request) Successful in 2m0s
Check meta / check_dns (pull_request) Successful in 19s
Build all the nodes / web03 (pull_request) Successful in 1m53s
Check meta / check_meta (pull_request) Successful in 27s
Check workflows / check_workflows (pull_request) Successful in 30s
Build all the nodes / web01 (pull_request) Successful in 2m40s
This commit is contained in:
parent
a2ca441284
commit
417ce61507
2 changed files with 5 additions and 0 deletions
|
@ -19,11 +19,13 @@ in
|
|||
pg-upgrade-from = mkOption {
|
||||
type = lib.types.package;
|
||||
default = config.services.postgresql.package;
|
||||
description = "TODO"; # TODO: documentation
|
||||
};
|
||||
|
||||
pg-upgrade-to = mkOption {
|
||||
type = lib.types.package;
|
||||
default = pkgs.postgresql_15;
|
||||
description = "TODO"; # TODO: documentation
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -83,6 +83,7 @@ in
|
|||
};
|
||||
|
||||
sites = mkOption {
|
||||
description = "TODO"; # TODO: documentation
|
||||
type = attrsOf (
|
||||
submodule (
|
||||
{ name, config, ... }:
|
||||
|
@ -322,12 +323,14 @@ in
|
|||
type = str;
|
||||
readOnly = true;
|
||||
default = "/var/lib/django-apps/${name}";
|
||||
description = "TODO"; # TODO: documentation
|
||||
};
|
||||
|
||||
sourceDirectory = mkOption {
|
||||
type = str;
|
||||
readOnly = true;
|
||||
default = "${config.baseDirectory}/source";
|
||||
description = "TODO"; # TODO: documentation
|
||||
};
|
||||
|
||||
staticDirectory = mkOption {
|
||||
|
|
Loading…
Reference in a new issue