qbittorrent wip

This commit is contained in:
Henri Dohmen 2026-03-23 00:04:05 +01:00
parent 1af477fdd3
commit 65c5bcdd0d
5 changed files with 96 additions and 2 deletions

View file

@ -16,6 +16,7 @@
./nextcloud.nix
./services.nix
./syncthing.nix
./torrent.nix
];
boot = {
@ -28,10 +29,16 @@
};
};
enableContainers = true;
kernelPackages = pkgs.linuxPackages_6_12;
initrd.systemd.network.wait-online.enable = false;
};
virtualisation = {
containers.enable = true;
};
security = {
acme = {
acceptTerms = true;