Fixed Remote-Build Parts
Some checks failed
/ Check Nix Flake (push) Has been cancelled

This commit is contained in:
kB01 2025-03-10 23:58:08 +01:00
parent 60a3b4eb33
commit 05cd784da0
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -38,7 +38,6 @@
users.users.remotebuild = { users.users.remotebuild = {
isNormalUser = true; isNormalUser = true;
createHome = true; createHome = true;
homeMode = "400";
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJV9cwMXlbaBdg2gReSnLxH3EV5cyFoSi21f5fZhPfdC kb@Ohybke" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJV9cwMXlbaBdg2gReSnLxH3EV5cyFoSi21f5fZhPfdC kb@Ohybke"
]; ];

View file

@ -18,7 +18,7 @@
# Distributed Builds # Distributed Builds
nix.buildMachines = [ nix.buildMachines = [
{ {
hostname = "senfnvp.kb-one.de"; hostName = "kb-senfnvp-remotebuild";
systems = [ "aarch64-linux" ]; systems = [ "aarch64-linux" ];
protocol = "ssh-ng"; protocol = "ssh-ng";
maxJobs = 10; maxJobs = 10;