Fix qbit podman arg & merge backups
This commit is contained in:
parent
3c86c96a60
commit
0301b2f85e
|
@ -7,7 +7,7 @@ let
|
|||
inherit pruneOpts paths;
|
||||
|
||||
initialize = true;
|
||||
repository = "sftp:${backupUrl}:backups/${config.networking.hostName}/${name}";
|
||||
repository = "sftp:${backupUrl}:backups/${name}";
|
||||
passwordFile = config.sops.secrets.backup_password.path;
|
||||
extraOptions = [ "sftp.args='-i ${config.users.users.pilot.home}/.ssh/id_ed25519'" ];
|
||||
|
||||
|
|
|
@ -19,7 +19,8 @@ in
|
|||
image = "trigus42/qbittorrentvpn";
|
||||
extraOptions = [
|
||||
"--cap-add=net_admin"
|
||||
"--sysctls=net.ipv4.conf.all.src_valid_mark=1,net.ipv6.conf.all.disable_ipv6=0"
|
||||
"--sysctl=net.ipv4.conf.all.src_valid_mark=1"
|
||||
"--sysctl=net.ipv6.conf.all.disable_ipv6=0"
|
||||
];
|
||||
|
||||
volumes = [
|
||||
|
|
Loading…
Reference in a new issue