Clean up old, unused restic

This commit is contained in:
Eli Ribble 2025-10-28 23:05:54 +00:00
parent 35203056b1
commit 63bd931034

View file

@ -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;
};
}