removed sops dependency

fixed syncthing
This commit is contained in:
2024-09-14 16:05:53 -04:00
parent 76d67502e6
commit d19a485c54
6 changed files with 9 additions and 19 deletions

View File

@@ -1,4 +1,3 @@
{ config, ... }:
let
vars = import ../vars.nix;
in
@@ -53,7 +52,7 @@ in
DELUGE_DAEMON_LOG_LEVEL = "debug";
DELUGE_WEB_LOG_LEVEL = "debug";
};
# environmentFiles = [ config.sops.secrets."docker/qbit_vpn".path ];
environmentFiles = /root/secrets/docker/qbit_vpn;
autoStart = true;
};
bazarr = {