enable raspi build

This commit is contained in:
Cyryl Płotnicki 2022-07-31 09:35:01 +01:00
parent 5d4d5353e5
commit 0b6a49390f
2 changed files with 2 additions and 2 deletions

View file

@ -144,7 +144,7 @@
passwordAuthentication = false; passwordAuthentication = false;
}; };
users.extraUsers.root.openssh.authorizedKeys.keys = [ users.extraUsers.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE5Ejx5CAPUfHVXi4GL4WmnZaG8eiiOmsW/a0o1bs1GF cyryl@foureighty" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEo4R+6J3h6Ix3xWpOMdU7Es1/YxFchHw0c+kcCOJxFb cyryl@foureighty"
]; ];
sdImage.compressImage = false; sdImage.compressImage = false;
console.earlySetup = true; console.earlySetup = true;

View file

@ -18,7 +18,7 @@
hostName = "vpsfree1"; hostName = "vpsfree1";
sshUser = "nix-builder"; sshUser = "nix-builder";
sshKey = "/home/cyryl/.ssh/id_ed25519"; sshKey = "/home/cyryl/.ssh/id_ed25519";
systems = [ "x86_64-linux" "aarch64-linux" ]; systems = [ "x86_64-linux" ];
maxJobs = 2; maxJobs = 2;
speedFactor = 2; speedFactor = 2;
supportedFeatures = [ "kvm" ]; supportedFeatures = [ "kvm" ];