mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
removed sops dependency
fixed syncthing
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user