Add qbittorrent

This commit is contained in:
Jakob Lechner 2023-05-03 02:19:03 +00:00
parent 1579d6366c
commit 3db42d172f
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
6 changed files with 112 additions and 4 deletions

View file

@ -12,11 +12,12 @@ let
devNodes = "/dev/disk/by-id/";
datasets = {
"bpool/nixos/root" = "/boot";
"rpool/nixos/root" = "/";
"rpool/nixos/home" = "/home";
"rpool/nixos/root" = "/";
"rpool/nixos/var/lib" = "/var/lib";
"rpool/nixos/var/lib/qbittorrent" = "/var/lib/qbittorrent";
"rpool/nixos/var/lib/qbittorrent/downloads" = "/var/lib/qbittorrent/downloads";
"rpool/nixos/var/log" = "/var/log";
"rpool/sturzbach" = "/sturzbach";
};
partitionScheme = {
efiBoot = "-part1";