fix: remove lib.mdDoc references
All checks were successful
Check meta / check_dns (pull_request) Successful in 18s
Check meta / check_meta (pull_request) Successful in 25s
Check workflows / check_workflows (pull_request) Successful in 26s
Build all the nodes / ap01 (pull_request) Successful in 1m7s
Build all the nodes / bridge01 (pull_request) Successful in 1m49s
Build all the nodes / geo02 (pull_request) Successful in 1m59s
Build all the nodes / geo01 (pull_request) Successful in 2m7s
Build all the nodes / rescue01 (pull_request) Successful in 2m27s
Build all the nodes / compute01 (pull_request) Successful in 2m46s
Build all the nodes / storage01 (pull_request) Successful in 2m1s
Build all the nodes / vault01 (pull_request) Successful in 1m43s
Run pre-commit on all files / check (pull_request) Successful in 34s
Build all the nodes / web02 (pull_request) Successful in 1m51s
Build all the nodes / web03 (pull_request) Successful in 1m40s
Build all the nodes / ap01 (push) Successful in 58s
Build all the nodes / web01 (pull_request) Successful in 2m37s
Build all the nodes / bridge01 (push) Successful in 1m32s
Build all the nodes / geo01 (push) Successful in 1m46s
Build all the nodes / compute01 (push) Successful in 2m6s
Build all the nodes / geo02 (push) Successful in 1m46s
Build all the nodes / rescue01 (push) Successful in 2m6s
Build all the nodes / storage01 (push) Successful in 1m54s
Run pre-commit on all files / check (push) Successful in 36s
Build all the nodes / vault01 (push) Successful in 1m52s
Build all the nodes / web01 (push) Successful in 2m25s
Build all the nodes / web02 (push) Successful in 1m44s
Build all the nodes / web03 (push) Successful in 1m46s
All checks were successful
Check meta / check_dns (pull_request) Successful in 18s
Check meta / check_meta (pull_request) Successful in 25s
Check workflows / check_workflows (pull_request) Successful in 26s
Build all the nodes / ap01 (pull_request) Successful in 1m7s
Build all the nodes / bridge01 (pull_request) Successful in 1m49s
Build all the nodes / geo02 (pull_request) Successful in 1m59s
Build all the nodes / geo01 (pull_request) Successful in 2m7s
Build all the nodes / rescue01 (pull_request) Successful in 2m27s
Build all the nodes / compute01 (pull_request) Successful in 2m46s
Build all the nodes / storage01 (pull_request) Successful in 2m1s
Build all the nodes / vault01 (pull_request) Successful in 1m43s
Run pre-commit on all files / check (pull_request) Successful in 34s
Build all the nodes / web02 (pull_request) Successful in 1m51s
Build all the nodes / web03 (pull_request) Successful in 1m40s
Build all the nodes / ap01 (push) Successful in 58s
Build all the nodes / web01 (pull_request) Successful in 2m37s
Build all the nodes / bridge01 (push) Successful in 1m32s
Build all the nodes / geo01 (push) Successful in 1m46s
Build all the nodes / compute01 (push) Successful in 2m6s
Build all the nodes / geo02 (push) Successful in 1m46s
Build all the nodes / rescue01 (push) Successful in 2m6s
Build all the nodes / storage01 (push) Successful in 1m54s
Run pre-commit on all files / check (push) Successful in 36s
Build all the nodes / vault01 (push) Successful in 1m52s
Build all the nodes / web01 (push) Successful in 2m25s
Build all the nodes / web02 (push) Successful in 1m44s
Build all the nodes / web03 (push) Successful in 1m46s
This commit is contained in:
parent
fe19171d85
commit
a2ca441284
2 changed files with 3 additions and 4 deletions
|
@ -40,7 +40,6 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (lib)
|
inherit (lib)
|
||||||
mdDoc
|
|
||||||
mkDefault
|
mkDefault
|
||||||
mkEnableOption
|
mkEnableOption
|
||||||
mkIf
|
mkIf
|
||||||
|
@ -88,13 +87,13 @@ in
|
||||||
user = mkOption {
|
user = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "ds-fr";
|
default = "ds-fr";
|
||||||
description = mdDoc "User account under which DS runs.";
|
description = "User account under which DS runs.";
|
||||||
};
|
};
|
||||||
|
|
||||||
group = mkOption {
|
group = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "ds-fr";
|
default = "ds-fr";
|
||||||
description = mdDoc "Group account under which DS runs.";
|
description = "Group account under which DS runs.";
|
||||||
};
|
};
|
||||||
|
|
||||||
dataDir = mkOption {
|
dataDir = mkOption {
|
||||||
|
|
|
@ -24,7 +24,7 @@ in
|
||||||
port = mkOption {
|
port = mkOption {
|
||||||
type = types.port;
|
type = types.port;
|
||||||
default = 9002;
|
default = 9002;
|
||||||
description = lib.mdDoc ''
|
description = ''
|
||||||
Port to listen on.
|
Port to listen on.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue