add restic repo for media backups

This commit is contained in:
TheWanderingCrow 2025-04-04 12:06:40 -04:00
parent b634ad557f
commit 89c493f198
2 changed files with 11 additions and 4 deletions

8
flake.lock generated
View file

@ -270,11 +270,11 @@
},
"nix-secrets": {
"locked": {
"lastModified": 1743779608,
"narHash": "sha256-7cWwb2Rs12BdH8GF5R+NINBxFuBUv4e2gpUH/s2qc5I=",
"lastModified": 1743782708,
"narHash": "sha256-Eec4Ruuqqd3zxnVExtsjiHIOyjgHSdTRIhXaZ9oeoQ0=",
"ref": "refs/heads/master",
"rev": "0b262b0cdd02fb9dec2bdf8e657288dab4f0e009",
"revCount": 57,
"rev": "ca20ccf05a2eae34197b31676494ca84023d847b",
"revCount": 58,
"type": "git",
"url": "ssh://git@github.com/TheWanderingCrow/nix-secrets"
},

View file

@ -61,4 +61,11 @@ lib.mkIf config.user.crow.enable {
sops.secrets."backblaze/key" = {
owner = config.users.users.crow.name;
};
sops.secrets."restic/wce-media-backup/endpoint" = {
owner = config.users.users.crow.name;
};
sops.secrets."restic/wce-media-backup/password" = {
owner = config.users.users.crow.name;
};
}