Fixed Transmission Packetname confusion
Some checks failed
/ Build NixOS Iso (push) Failing after 1s

This commit is contained in:
Kaybee 2024-08-13 00:30:27 +02:00
parent e2d87deab8
commit 4a0ba1a766

View file

@ -126,7 +126,7 @@
vim vim
filelight filelight
taxi taxi
transmission transmission_3
transmission-remote-gtk transmission-remote-gtk
bookworm bookworm
foliate foliate
@ -210,7 +210,7 @@
dataDir = "/home/kb"; dataDir = "/home/kb";
configDir = "/home/kb/.config/syncthing"; configDir = "/home/kb/.config/syncthing";
}; };
services.transmission_3.settings = { services.transmission.settings = {
download-dir = "${config.services.transmission.home}/Torrents"; download-dir = "${config.services.transmission.home}/Torrents";
}; };
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.