style: fix formatting
All checks were successful
Flake checks / Check (pull_request) Successful in 23m26s
All checks were successful
Flake checks / Check (pull_request) Successful in 23m26s
This commit is contained in:
parent
5556f65609
commit
cdb7149dd4
|
@ -13,12 +13,16 @@ let
|
||||||
};
|
};
|
||||||
# Type for a valid systemd unit option. Needed for correctly passing "timerConfig" to "systemd.timers"
|
# Type for a valid systemd unit option. Needed for correctly passing "timerConfig" to "systemd.timers"
|
||||||
inherit (utils.systemdUtils.unitOptions) unitOption;
|
inherit (utils.systemdUtils.unitOptions) unitOption;
|
||||||
inherit (lib) literalExpression mkOption mkPackageOption types;
|
inherit (lib)
|
||||||
|
literalExpression
|
||||||
|
mkOption
|
||||||
|
mkPackageOption
|
||||||
|
types
|
||||||
|
;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.pub-solar-os.backups = {
|
options.pub-solar-os.backups = {
|
||||||
repos =
|
repos = mkOption {
|
||||||
mkOption {
|
|
||||||
description = ''
|
description = ''
|
||||||
Configuration of Restic repositories.
|
Configuration of Restic repositories.
|
||||||
'';
|
'';
|
||||||
|
@ -57,8 +61,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
backups =
|
backups = mkOption {
|
||||||
mkOption {
|
|
||||||
description = ''
|
description = ''
|
||||||
Periodic backups to create with Restic.
|
Periodic backups to create with Restic.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue