diff --git a/pp-forgejo.nix b/pp-forgejo.nix index 6ad979d..3d9eb42 100644 --- a/pp-forgejo.nix +++ b/pp-forgejo.nix @@ -36,7 +36,7 @@ in description = "The file containing the database password. Be sure to secure it."; }; actionsEnabled = mkOption { - type: types.bool; + type = types.bool; default = false; description = "Enable the use of actions"; };