style: fix formatting
All checks were successful
Flake checks / Check (pull_request) Successful in 23m26s

This commit is contained in:
teutat3s 2024-08-26 20:45:39 +02:00
parent 5556f65609
commit cdb7149dd4
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -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.
''; '';