Commit db837e173fea
Changed files (1)
modules
profiles
modules/profiles/audio.nix
@@ -13,7 +13,7 @@ in
enable = mkEnableOption "Enable mpd";
musicDir = mkOption {
description = "Data where to find the music for mpd";
- type = types.string;
+ type = types.str;
};
};
};