mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
add restic repo for media backups
This commit is contained in:
parent
b634ad557f
commit
89c493f198
2 changed files with 11 additions and 4 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue