nixos/programs/{gnome-session,sessiond}: update systemd options visibility

Forgot those are not set up properly. Otherwise, it will bloat up the
documentation.
This commit is contained in:
Gabriel Arazas 2024-08-15 17:26:31 +08:00
parent 4145bb6b6a
commit 3d1db5bfe3
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
2 changed files with 4 additions and 0 deletions

View File

@ -106,6 +106,7 @@ in
:::
'';
default = { };
visible = "shallow";
};
targetUnit = lib.mkOption {
@ -132,6 +133,7 @@ in
:::
'';
default = { };
visible = "shallow";
};
timerUnit = optionalSystemdUnitOption "timer" "timers" // {

View File

@ -62,6 +62,7 @@ in
service unit. You should configure `targetUnit` for that instead.
:::
'';
visible = "shallow";
};
targetUnit = lib.mkOption {
@ -85,6 +86,7 @@ in
`reloadTriggers` and `restartTriggers`.
:::
'';
visible = "shallow";
};
timerUnit = optionalSystemdUnitOption "timer" "timers" // {