Compare commits

..

2 commits

Author SHA1 Message Date
bronsen
db604b2ea3
[git] enable verification of commits
Basically followed this guide:
https://docs.gitlab.com/user/project/repository/signed_commits/ssh/
2025-03-11 22:35:41 +01:00
bronsen
4a3ecbbd69
[codestyle] remove superfluous empty line 2025-03-11 22:19:45 +01:00
2 changed files with 1 additions and 1 deletions

1
allowed_signers Normal file
View file

@ -0,0 +1 @@
kontakt+gitcommit@nrrd.de namespaces="git" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPCGNhnFkgZ919Z37WTdfGIf+0jxlUupBmY7/nm90p7r for bronsen at code.c-base.org

View file

@ -1,6 +1,5 @@
# use with https://github.com/casey/just
default: check
default_playbook := "playbooks/default.yaml"
default_inventory := "./hosts.yaml"