From 4ebfb6a6b37378819298f3dcbec2492e7732fc6c Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Fri, 10 Oct 2025 22:18:11 -0400 Subject: [PATCH] fix: lebron james reportedly forgets to remove reference to old secret --- modules/nixos/services/homeserver/restic.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/nixos/services/homeserver/restic.nix b/modules/nixos/services/homeserver/restic.nix index ad3bc5d..0b0729b 100644 --- a/modules/nixos/services/homeserver/restic.nix +++ b/modules/nixos/services/homeserver/restic.nix @@ -1,10 +1,7 @@ { config, pkgs, ... }: { - sops.secrets = { - "restic/password" = {}; - "restic/rclone/offsite" = {}; - }; + sops.secrets."restic/password" = {}; # for use as restic backend # environment.systemPackages = [ pkgs.rclone ];