modules/shared/remote-builder: set a default key

This commit is contained in:
zowoq 2024-11-19 10:01:20 +10:00
parent 27c5622971
commit ca29e086e8
3 changed files with 1 additions and 5 deletions
modules/shared

View file

@ -23,7 +23,7 @@ in
{
options.nixCommunity.remote-builder.key = lib.mkOption {
type = lib.types.singleLineStr;
default = null;
default = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEmdo1x1QkRepZf7nSe+OdEWX+wOjkBLF70vX9F+xf68 builder";
description = "ssh public key for the remote build user";
};