security hardcoding

This commit is contained in:
2025-09-28 14:40:13 -06:00
parent 2a11c338a0
commit 712a0728a3
3 changed files with 5 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ in
};
};
};
config = lib.mkIf config.my.servers.qbittorrent.enable {
config = lib.mkIf (config.my.servers.qbittorrent.enable && config.my.secureHost) {
home-manager.users.jawz = {
xdg = {
dataFile.vuetorrent.source = vuetorrent;