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