From dae7d396533ded2800718d0eb5bffd5bbb8365e7 Mon Sep 17 00:00:00 2001 From: Swarsel Date: Sun, 20 Oct 2024 22:14:18 +0200 Subject: [PATCH] fix: typo --- SwarselSystems.org | 1 + profiles/server/common/restic.nix | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/SwarselSystems.org b/SwarselSystems.org index 8c1d5e2..1650ee5 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -6598,6 +6598,7 @@ Also, the system state version is set here. No need to touch it. # TODO + } } #+end_src diff --git a/profiles/server/common/restic.nix b/profiles/server/common/restic.nix index e891c02..c493ec5 100644 --- a/profiles/server/common/restic.nix +++ b/profiles/server/common/restic.nix @@ -1,7 +1,9 @@ { pkgs, lib, config, ... }: { - config = lib.mkIf config.swarselsystems.server.restic { + config = lib.mkIf config.swarselsystems.server.restic + { - # TODO + # TODO - } + } + }