Merge pull request #75418 from NixOS/worldofpeace-patch-1
nixos/transmission: don't use types.str
This commit is contained in:
commit
46703a446d
@ -71,7 +71,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
downloadDirPermissions = mkOption {
|
downloadDirPermissions = mkOption {
|
||||||
type = types.string;
|
type = types.str;
|
||||||
default = "770";
|
default = "770";
|
||||||
example = "775";
|
example = "775";
|
||||||
description = ''
|
description = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user