Fixed Remote-Build Parts
All checks were successful
/ Check Nix Flake (push) Successful in 2m14s

This commit is contained in:
Kaybee 2025-03-10 23:58:08 +01:00
parent 60a3b4eb33
commit 05cd784da0
Signed by: kb01
SSH key fingerprint: SHA256:kv2GYUy1MZEqusYnS+Y9nMgrpv77jhm+3kknl3UGV1k
2 changed files with 1 additions and 2 deletions

View file

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

View file

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