Update arr-stack.nix
This commit is contained in:
parent
38b1e025b0
commit
dc2e610ead
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
|
||||
environment.systemPackages.pkgs = [
|
||||
environment.systemPackages with pkgs = [
|
||||
qbittorrent-nox
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue