diff options
| author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-11-16 07:37:11 +0100 |
|---|---|---|
| committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-11-16 19:03:12 +0100 |
| commit | 608bebb44c87651e2a1f863083ab46d6f0fcb9c2 (patch) | |
| tree | 4dc3b1e738cd928c75dd1303849b864664735923 | |
| parent | c988e6764e98c554ab71ea177d0483f7bfb4d8fe (diff) | |
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.
| -rw-r--r-- | deployment/systems/aisaka.scm | 4 |
1 files changed, 1 insertions, 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) |
