qbittorrent wip
This commit is contained in:
parent
1af477fdd3
commit
65c5bcdd0d
5 changed files with 96 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue