diff --git a/checks/default.nix b/checks/default.nix index 24211a0..ab4442c 100644 --- a/checks/default.nix +++ b/checks/default.nix @@ -9,7 +9,7 @@ ${system} = { # Check project formatting - format = self.formatter.${system}; + format = self.formatter; #TODO(#29): Integration/System tests diff --git a/nixos-modules/qois/git/default.nix b/nixos-modules/qois/git/default.nix index 2983a33..719a3a0 100644 --- a/nixos-modules/qois/git/default.nix +++ b/nixos-modules/qois/git/default.nix @@ -40,11 +40,7 @@ with lib; }; "ssh.minimum_key_sizes".RSA = 2047; session.COOKIE_SECURE = true; - service = { - DISABLE_REGISTRATION = true; - ENABLE_NOTIFY_MAIL = true; - DEFAULT_KEEP_EMAIL_PRIVATE = true; - }; + service.DISABLE_REGISTRATION = true; mailer = { ENABLED = true; PROTOCOL = "sendmail";