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 = {
|
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 = {
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue