Skip to content

Commit

Permalink
[carcosa] Add yuggoth ssh key to enable remote builds
Browse files Browse the repository at this point in the history
  • Loading branch information
barrucadu committed Dec 11, 2024
1 parent 24ea2f1 commit 56cd549
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hosts/carcosa/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ in
isSystemUser = true;
shell = pkgs.bashInteractive;
group = "nogroup";
openssh.authorizedKeys.keys =
[ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHFzMpx7QNSAb5tCbkzMRIG62PvBZysflwwCKchFDHtY nix@yuggoth" ];
};
nix.settings.trusted-users = [ config.users.extraUsers.nix-remote-builder.name ];

Expand Down

0 comments on commit 56cd549

Please sign in to comment.