Fixing Hydra builds

This commit is contained in:
Andrea Ciceri 2023-04-12 00:08:23 +02:00
parent b24edb23ba
commit 7cf02684d9
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ in {
config = { config = {
# TODO manage `hydra` user ssh key declaratively # TODO manage `hydra` user ssh key declaratively
nix.extraOptions = '' nix.extraOptions = ''
allowed-uris = https://github.com/ git://git.savannah.gnu.org/ allowed-uris = https://github.com/ git://git.savannah.gnu.org/ https://git.sr.ht
''; '';
services.hydra = { services.hydra = {

View file

@ -50,7 +50,7 @@
description = "Mara Savastano"; description = "Mara Savastano";
isNormalUser = true; isNormalUser = true;
inherit (config.mara) extraGroups; inherit (config.mara) extraGroups;
shell = pkgs.zsh; shell = pkgs.nushell;
openssh.authorizedKeys.keys = config.mara.authorizedKeys; openssh.authorizedKeys.keys = config.mara.authorizedKeys;
}; };