From 63bd9310340b9f9038e08580e3a6870333730327 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 28 Oct 2025 23:05:54 +0000 Subject: [PATCH] Clean up old, unused restic --- modules/system/restic.nix | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 modules/system/restic.nix diff --git a/modules/system/restic.nix b/modules/system/restic.nix deleted file mode 100644 index 0e60d04..0000000 --- a/modules/system/restic.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ config, inputs, lib, pkgs, ... }: -{ - sops.secrets.restic-env = { - format = "yaml"; - key = "backblaze"; - group = "root"; - mode = "0440"; - owner = "root"; - sopsFile = ../../secrets/restic.yaml; - }; - sops.secrets.restic-password = { - format = "yaml"; - key = "password"; - group = "root"; - mode = "0440"; - owner = "root"; - sopsFile = ../../secrets/restic.yaml; - }; -}