diff options
author | lassulus <lassulus@lassul.us> | 2019-04-07 19:00:05 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-04-07 19:36:05 +0200 |
commit | 1c999ffaaea7a1856a8fcd53f178f8b79e5f9c17 (patch) | |
tree | 580dd094774f093b4b0efdb1095a1a50e8266ca0 /lass/1systems/yellow/config.nix | |
parent | 79fcc0eb126b45f07982f9f12de39346151df4cb (diff) |
l yellow.r: fix startup permissions
Diffstat (limited to 'lass/1systems/yellow/config.nix')
-rw-r--r-- | lass/1systems/yellow/config.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lass/1systems/yellow/config.nix b/lass/1systems/yellow/config.nix index 9d8bcd7be..5737faea3 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 ''; |