diff --git a/module.nix b/module.nix index 50e329b..074e7b1 100644 --- a/module.nix +++ b/module.nix @@ -24,7 +24,7 @@ let type = types.str; }; station-name = mkOption { - types = types.str; + type = types.str; }; }; };