mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-27 14:34:22 -04:00
add rclone config to vaultwarden
This commit is contained in:
parent
207084a36c
commit
612f84a8d1
4 changed files with 53 additions and 9 deletions
|
@ -18,6 +18,11 @@
|
|||
sopsFile = ./vw.env;
|
||||
path = "/home/${config.home.username}/src/vw/vw.env";
|
||||
};
|
||||
rclone_config_file = {
|
||||
format = "binary";
|
||||
sopsFile = ./rclone.conf;
|
||||
path = "/home/${config.home.username}/src/vw/rclone-config/rclone/rclone.conf";
|
||||
};
|
||||
vw_backup = {
|
||||
format = "dotenv";
|
||||
sopsFile = ./backup.env;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue