extend nixpkgs's lib instead
This commit is contained in:
@@ -4,16 +4,15 @@
|
||||
service_configs,
|
||||
username,
|
||||
lib,
|
||||
serviceMountDeps,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
(serviceMountDeps "qbittorrent" [
|
||||
(lib.serviceMountDeps "qbittorrent" [
|
||||
service_configs.torrents_path
|
||||
config.services.qbittorrent.serverConfig.Preferences.Downloads.TempPath
|
||||
"/var/lib/qBittorrent/qBittorrent"
|
||||
] pkgs)
|
||||
])
|
||||
];
|
||||
|
||||
# network namespace that is proxied through mullvad
|
||||
|
||||
Reference in New Issue
Block a user