From da505d4fe243a2495bb55c19521f104035ebaf4a Mon Sep 17 00:00:00 2001 From: Vegard Bieker Matthey Date: Mon, 25 May 2026 20:14:51 +0200 Subject: [PATCH] kommode: sign merge commits and sign crud actions --- hosts/kommode/services/gitea/gpg.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/kommode/services/gitea/gpg.nix b/hosts/kommode/services/gitea/gpg.nix index 06a36bd..cd29b53 100644 --- a/hosts/kommode/services/gitea/gpg.nix +++ b/hosts/kommode/services/gitea/gpg.nix @@ -50,6 +50,8 @@ in SIGNING_NAME = "PVV Git"; SIGNING_EMAIL = "gitea@git.pvv.ntnu.no"; INITIAL_COMMIT = "always"; + MERGES = lib.concatStringsSep "," [ "always" ]; + CRUD_ACTIONS = lib.concatStringsSep "," [ "always" ]; WIKI = "always"; }; }