Fix qbittorrent
This commit is contained in:
parent
b000a6ecae
commit
959c2ea32a
3 changed files with 4 additions and 3 deletions
|
@ -138,7 +138,7 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
qbittorrent_vpn = nixpkgs.lib.nixosSystem {
|
||||
qbittorrent-vpn = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
|
|
|
@ -44,8 +44,8 @@ in {
|
|||
|
||||
"secrets/redis-lapi-key.age".publicKeys = [tbarnouin redis];
|
||||
|
||||
"services/qbittorrent_vpn/secrets/docker-gluetun-env.age".publicKeys = [tbarnouin qbittorrent-vpn];
|
||||
"services/qbittorrent_vpn/secrets/docker-qbittorrent-env.age".publicKeys = [tbarnouin qbittorrent-vpn];
|
||||
"services/qbittorrent-vpn/secrets/docker-gluetun-env.age".publicKeys = [tbarnouin qbittorrent-vpn];
|
||||
"services/qbittorrent-vpn/secrets/docker-qbittorrent-env.age".publicKeys = [tbarnouin qbittorrent-vpn];
|
||||
"secrets/docker-lapi-key.age".publicKeys = [tbarnouin qbittorrent-vpn];
|
||||
|
||||
"secrets/nixarr-lapi-key.age".publicKeys = [tbarnouin nixarr];
|
||||
|
|
|
@ -81,6 +81,7 @@ in {
|
|||
};
|
||||
volumes = [
|
||||
"gluetun_gluetun-config:/gluetun:rw"
|
||||
"/home/barnouin/gluetun/auth/:/gluetun/auth:rw"
|
||||
];
|
||||
ports = [
|
||||
"8080:8080"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue