nixos/transmission: don't use types.str

This commit is contained in:
worldofpeace
2019-12-09 23:31:38 -05:00
committed by GitHub
parent ae94e89232
commit 4745d20734

View File

@@ -71,7 +71,7 @@ in
};
downloadDirPermissions = mkOption {
type = types.string;
type = types.str;
default = "770";
example = "775";
description = ''