diff --git a/hosts/kima/modules.nix b/hosts/kima/modules.nix index 5a8ad699..afb549d7 100644 --- a/hosts/kima/modules.nix +++ b/hosts/kima/modules.nix @@ -32,7 +32,7 @@ 192.168.88.14 cnst.dev 192.168.88.14 lidarr.cnst.dev 192.168.88.14 prowlarr.cnst.dev - 192.168.88.14 deluge.cnst.dev + 192.168.88.14 qbt.cnst.dev ''; interfaces = { "eno1" = { diff --git a/hosts/sobotka/server.nix b/hosts/sobotka/server.nix index d280a8bb..83e69125 100644 --- a/hosts/sobotka/server.nix +++ b/hosts/sobotka/server.nix @@ -28,6 +28,6 @@ credentialsFile = config.age.secrets.vaultwardenCloudflared.path; }; }; - deluge.enable = true; + qbittorrent.enable = true; }; }