1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

deluge service: fix my bad conflict resolution from f21211ebf

I'm sorry.  Thanks to aszlig.
This commit is contained in:
Vladimír Čunát 2019-09-08 08:42:53 +02:00
parent 3ae9f165dd
commit 707c7e4ea8
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -178,6 +178,7 @@ in {
"d '${cfg.dataDir}/.config' 0770 ${cfg.user} ${cfg.group}"
"d '${cfg.dataDir}/.config/deluge' 0770 ${cfg.user} ${cfg.group}"
]
++ optional (cfg.config ? download_location)
"d '${cfg.config.download_location}' 0770 ${cfg.user} ${cfg.group}"
++ optional (cfg.config ? torrentfiles_location)
"d '${cfg.config.torrentfiles_location}' 0770 ${cfg.user} ${cfg.group}"