Fixing Hydra builds
This commit is contained in:
parent
b24edb23ba
commit
7cf02684d9
2 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ in {
|
|||
config = {
|
||||
# TODO manage `hydra` user ssh key declaratively
|
||||
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 = {
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
description = "Mara Savastano";
|
||||
isNormalUser = true;
|
||||
inherit (config.mara) extraGroups;
|
||||
shell = pkgs.zsh;
|
||||
shell = pkgs.nushell;
|
||||
openssh.authorizedKeys.keys = config.mara.authorizedKeys;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue