blacksteel: add qbittorrent
This commit is contained in:
parent
be2862c68a
commit
c1de68cfd4
4 changed files with 3 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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];
|
||||
}
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
### home-manager
|
||||
home-manager.users.guanranwang = import ./home;
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
../../../../../../home/applications/qbittorrent
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue