summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2019-04-07 19:00:05 +0200
committerlassulus <lassulus@lassul.us>2019-04-07 19:36:05 +0200
commit1c999ffaaea7a1856a8fcd53f178f8b79e5f9c17 (patch)
tree580dd094774f093b4b0efdb1095a1a50e8266ca0
parent79fcc0eb126b45f07982f9f12de39346151df4cb (diff)
l yellow.r: fix startup permissions
-rw-r--r--lass/1systems/yellow/config.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/lass/1systems/yellow/config.nix b/lass/1systems/yellow/config.nix
index 9d8bcd7b..5737faea 100644
--- a/lass/1systems/yellow/config.nix
+++ b/lass/1systems/yellow/config.nix
@@ -11,7 +11,8 @@ with import <stockholm/lib>;
system.activationScripts.downloadFolder = ''
mkdir -p /var/download
- chown download:download /var/download
+ chown transmission:download /var/download
+ chown transmission:download /var/download/finished
chmod 775 /var/download
'';