Remote Build test
This commit is contained in:
parent
85a5b1a0ec
commit
fc62ec49d4
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
nix.trustedUsers = [ "albert" ];
|
||||
nix.trusted-users = [ "albert" ];
|
||||
nix.buildMachines = [
|
||||
{
|
||||
hostName = "nixos-vm-01"; # Only availalbe on the Headscale network
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
boot.kernelModules = [ ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
# Testing remote builldings
|
||||
users.users.root.openssh.authorizedKeys.keyFiles = [ ../../../ssh/keys/builder-keys.txt ];
|
||||
|
||||
# For cross-architecture builds
|
||||
boot.binfmt.emulatedSystems = [
|
||||
"aarch64-linux"
|
||||
|
|
Loading…
Reference in a new issue