From 608bebb44c87651e2a1f863083ab46d6f0fcb9c2 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 16 Nov 2025 07:37:11 +0100 Subject: gitolite: disable admin-pubkey * deployment/systems/aisaka.scm (gitolite): turn off the declarative entry of admin keys, as it is impossible to add more than one. --- deployment/systems/aisaka.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deployment/systems/aisaka.scm b/deployment/systems/aisaka.scm index 17bf81c..6f82f9c 100644 --- a/deployment/systems/aisaka.scm +++ b/deployment/systems/aisaka.scm @@ -251,9 +251,7 @@ ((@ (gnu services version-control) gitolite-configuration) (rc-file ((@ (gnu services version-control) gitolite-rc-file) (umask #o0027))) - (admin-pubkey (mixed-text-file "gitolite-admin.pub" - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICBo2coChmWHQn9BEbp0dA7DQG7CPEweVcsmnaIVmXyR marek@rakan\n" - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJew7ti1qr545Z6OUZ/xcNUg7ib6P0pTbSZqFpSvNhKU marek@mcdowell\n"))))) + (admin-pubkey #f)))) (define system-keyboard-layout ((@ (gnu system keyboard) keyboard-layout) -- cgit v1.2.3