521 current 2024-05-02 21:35:09 24.05.20240427.58a1abd 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-02 21:35:20 -04:00
parent e21595c7ee
commit cc7a6d1a59
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -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;