From cc7a6d1a5998dc634572c964fe310bdf8f82c383 Mon Sep 17 00:00:00 2001 From: zackartz Date: Thu, 2 May 2024 21:35:20 -0400 Subject: [PATCH] 521 current 2024-05-02 21:35:09 24.05.20240427.58a1abd 6.8.6-zen1 * --- hosts/earth/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/earth/configuration.nix b/hosts/earth/configuration.nix index b2e8faa..7be1dc5 100644 --- a/hosts/earth/configuration.nix +++ b/hosts/earth/configuration.nix @@ -47,7 +47,7 @@ services.transmission = { enable = true; settings = { - download-dir = "${config.services.transmission.home}/dl"; + download-dir = "/home/zack/dl"; }; }; @@ -67,9 +67,6 @@ boot.kernelPackages = pkgs.linuxPackages_zen; boot.supportedFilesystems = ["ntfs"]; - # Load nvidia driver for Xorg and Wayland - services.xserver.videoDrivers = ["nvidia"]; # or "nvidiaLegacy470 etc. - services.minidlna = { enable = true; openFirewall = true;