nixos/stash: Fix regex in default value (#403279)
This commit is contained in:
@@ -225,7 +225,7 @@ let
|
||||
};
|
||||
gallery_cover_regex = mkOption {
|
||||
type = types.str;
|
||||
default = "(poster|cover|folder|board)\.[^\.]+$";
|
||||
default = "(poster|cover|folder|board)\\.[^.]+$";
|
||||
description = "Regex used to identify images as gallery covers";
|
||||
};
|
||||
no_proxy = mkOption {
|
||||
|
||||
Reference in New Issue
Block a user