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"
inherit (utils.systemdUtils.unitOptions) unitOption;
inherit (lib) literalExpression mkOption mkPackageOption types;
inherit (lib)
literalExpression
mkOption
mkPackageOption
types
;
in
{
options.pub-solar-os.backups = {
repos =
mkOption {
repos = mkOption {
description = ''
Configuration of Restic repositories.
'';
@ -57,8 +61,7 @@ in
};
};
backups =
mkOption {
backups = mkOption {
description = ''
Periodic backups to create with Restic.
'';