nixos/ceph: mime-types -> mailcap
This commit is contained in:
parent
ac2f732626
commit
b20ad47fa3
1 changed files with 2 additions and 2 deletions
|
@ -181,8 +181,8 @@ in
|
|||
|
||||
rgwMimeTypesFile = mkOption {
|
||||
type = with types; nullOr path;
|
||||
default = "${pkgs.mime-types}/etc/mime.types";
|
||||
defaultText = literalExpression ''"''${pkgs.mime-types}/etc/mime.types"'';
|
||||
default = "${pkgs.mailcap}/etc/mime.types";
|
||||
defaultText = literalExpression ''"''${pkgs.mailcap}/etc/mime.types"'';
|
||||
description = ''
|
||||
Path to mime types used by radosgw.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue