mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
nixos/programs/sessiond: update option visibility and descriptions
This commit is contained in:
parent
9ef3e308f9
commit
a42d8234dd
@ -13,6 +13,7 @@ let
|
||||
`restartTriggers`.
|
||||
:::
|
||||
'';
|
||||
visible = "shallow";
|
||||
default = null;
|
||||
};
|
||||
in
|
||||
|
@ -159,6 +159,8 @@ in
|
||||
`reloadTriggers` and `restartTriggers`.
|
||||
:::
|
||||
'';
|
||||
visible = "shallow";
|
||||
default = { };
|
||||
defaultText = ''
|
||||
{
|
||||
wants = ... # All of the required components as a target unit.
|
||||
@ -178,6 +180,8 @@ in
|
||||
serviceConfig
|
||||
unitConfig
|
||||
];
|
||||
default = { };
|
||||
visible = "shallow";
|
||||
description = ''
|
||||
systemd service configuration to be generated for the sessiond session
|
||||
itself.
|
||||
@ -200,9 +204,10 @@ in
|
||||
extraArgs = lib.mkOption {
|
||||
type = with lib.types; listOf str;
|
||||
description = ''
|
||||
A list of arguments from {program}`sessiond` to be added for the session
|
||||
A list of arguments from {command}`sessiond` to be added for the session
|
||||
script.
|
||||
'';
|
||||
default = [ ];
|
||||
example = lib.literalExpression ''
|
||||
[
|
||||
"--hooksd=''${./config/sessiond/hooks.d}"
|
||||
|
Loading…
Reference in New Issue
Block a user