nixos/acme: fix incorrectly using mkRenamedOptionModule in submodule (#512107)
This commit is contained in:
@@ -677,10 +677,6 @@ let
|
||||
};
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
(lib.mkRenamedOptionModule [ "credentialsFile" ] [ "environmentFile" ])
|
||||
];
|
||||
|
||||
options = {
|
||||
validMinDays = lib.mkOption {
|
||||
type = lib.types.nullOr lib.types.int;
|
||||
|
||||
Reference in New Issue
Block a user