From a859061bf7dfe7b07babbdd68d4e7b7a4ebd9714 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sun, 25 Aug 2024 17:03:19 +0200 Subject: [PATCH] style: format using nixfmt-rfc-style --- modules/backups/default.nix | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/modules/backups/default.nix b/modules/backups/default.nix index f3695af..996392c 100644 --- a/modules/backups/default.nix +++ b/modules/backups/default.nix @@ -4,11 +4,17 @@ lib, pkgs, ... -}: let - utils = import "${flake.inputs.nixpkgs}/nixos/lib/utils.nix" { inherit lib; inherit config; inherit pkgs; }; +}: +let + utils = import "${flake.inputs.nixpkgs}/nixos/lib/utils.nix" { + inherit lib; + inherit config; + inherit pkgs; + }; # Type for a valid systemd unit option. Needed for correctly passing "timerConfig" to "systemd.timers" inherit (utils.systemdUtils.unitOptions) unitOption; -in { +in +{ options.pub-solar-os.backups = { stores = with lib;