chore: update flake

This commit is contained in:
Leon Schwarzäugl 2026-01-23 21:41:58 +01:00
parent 9b7f98df7d
commit 70e908fcb0
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
11 changed files with 541 additions and 643 deletions

View file

@ -1,8 +1,7 @@
{ lib, pkgs, config, ... }:
let
inherit (config.swarselsystems) sopsFile;
targets = config.swarselsystems.server.restic.targets;
inherit (config.swarselsystems.server.restic) targets;
in
{
options.swarselmodules.server.restic = lib.mkEnableOption "enable restic backups on server";