Simon Bruder
472ff64011
Adding a new PCIe device changes the names of the network interfaces, so they need to be adapted.
13 lines
233 B
Nix
13 lines
233 B
Nix
{
|
|
sbruder.qbittorrent = {
|
|
enable = true;
|
|
downloadDir = "/data/hot/torrent";
|
|
fqdn = "torrent.sbruder.de";
|
|
};
|
|
|
|
services.nginx.virtualHosts."torrent.sbruder.de" = {
|
|
enableACME = false;
|
|
forceSSL = false;
|
|
};
|
|
}
|