nix fmt
This commit is contained in:
parent
e641c5b9b4
commit
256689e389
12 changed files with 54 additions and 38 deletions
|
|
@ -263,9 +263,9 @@ in
|
|||
cp -r ${rutorrentPkgs}/php ${cfg.dataDir}/
|
||||
|
||||
${optionalString (cfg.plugins != [ ])
|
||||
''cp -r ${
|
||||
"cp -r ${
|
||||
concatMapStringsSep " " (p: "${rutorrentPkgs}/plugins/${p}") cfg.plugins
|
||||
} ${cfg.dataDir}/plugins/''
|
||||
} ${cfg.dataDir}/plugins/"
|
||||
}
|
||||
|
||||
chown -R ${cfg.user}:${cfg.group} ${cfg.dataDir}/{conf,share,logs,plugins}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue