blacksteel: add qbittorrent

This commit is contained in:
Guanran Wang 2024-02-17 21:45:58 +08:00
parent be2862c68a
commit c1de68cfd4
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
4 changed files with 3 additions and 11 deletions

View file

@ -5,7 +5,6 @@
../../nixos/profiles/common/opt-in/zram-generator.nix
../../nixos/profiles/common/opt-in/clash-meta-client
../../nixos/profiles/common/opt-in/gaming
../../nixos/profiles/common/opt-in/torrenting
# Hardware
./hardware-configuration.nix

View file

@ -22,7 +22,6 @@
# [ ] fan is *blasting* even after I installed mbpfans
# [ ] audio quality isnt too great (compared to macOS, or i might have wooden ears)
######## Services
services.tailscale = {
enable = true;
@ -68,4 +67,7 @@
systemd.tmpfiles.rules = [
"d /srv/samba/share 0700 guanranwang root"
];
# qBitTorrent
environment.systemPackages = with pkgs; [qbittorrent];
}

View file

@ -1,4 +0,0 @@
{
### home-manager
home-manager.users.guanranwang = import ./home;
}

View file

@ -1,5 +0,0 @@
{...}: {
imports = [
../../../../../../home/applications/qbittorrent
];
}