Clean up old, unused restic
This commit is contained in:
parent
35203056b1
commit
63bd931034
1 changed files with 0 additions and 19 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue