mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-24 18:19:01 +00:00
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:
parent
4145bb6b6a
commit
3d1db5bfe3
@ -106,6 +106,7 @@ in
|
|||||||
:::
|
:::
|
||||||
'';
|
'';
|
||||||
default = { };
|
default = { };
|
||||||
|
visible = "shallow";
|
||||||
};
|
};
|
||||||
|
|
||||||
targetUnit = lib.mkOption {
|
targetUnit = lib.mkOption {
|
||||||
@ -132,6 +133,7 @@ in
|
|||||||
:::
|
:::
|
||||||
'';
|
'';
|
||||||
default = { };
|
default = { };
|
||||||
|
visible = "shallow";
|
||||||
};
|
};
|
||||||
|
|
||||||
timerUnit = optionalSystemdUnitOption "timer" "timers" // {
|
timerUnit = optionalSystemdUnitOption "timer" "timers" // {
|
||||||
|
@ -62,6 +62,7 @@ in
|
|||||||
service unit. You should configure `targetUnit` for that instead.
|
service unit. You should configure `targetUnit` for that instead.
|
||||||
:::
|
:::
|
||||||
'';
|
'';
|
||||||
|
visible = "shallow";
|
||||||
};
|
};
|
||||||
|
|
||||||
targetUnit = lib.mkOption {
|
targetUnit = lib.mkOption {
|
||||||
@ -85,6 +86,7 @@ in
|
|||||||
`reloadTriggers` and `restartTriggers`.
|
`reloadTriggers` and `restartTriggers`.
|
||||||
:::
|
:::
|
||||||
'';
|
'';
|
||||||
|
visible = "shallow";
|
||||||
};
|
};
|
||||||
|
|
||||||
timerUnit = optionalSystemdUnitOption "timer" "timers" // {
|
timerUnit = optionalSystemdUnitOption "timer" "timers" // {
|
||||||
|
Loading…
Reference in New Issue
Block a user