nixos/transmission: don't use types.str

wip/yesman
worldofpeace 5 years ago committed by GitHub
parent ae94e89232
commit 4745d20734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      nixos/modules/services/torrent/transmission.nix

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

Loading…
Cancel
Save