mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-08 13:48:54 -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
|
|
@ -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