fixes qbittorrent, nextcloud python update, firewall logic
Some checks failed
Weekly NixOS Build & Cache / build-and-cache (push) Failing after 1m55s

This commit is contained in:
Danilo Reyes
2025-10-18 10:12:09 -06:00
parent 0e5e06bcb6
commit 28ef0d8108
5 changed files with 36 additions and 26 deletions

View File

@@ -29,7 +29,7 @@ let
};
}
);
pytensorflow = pkgs.python311.withPackages (ps: [ ps.tensorflow ]);
pytensorflow = pkgs.python3.withPackages (ps: [ ps.tensorflow ]);
cfg = config.my.servers.nextcloud;
cfgC = config.my.servers.collabora;
in