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 = {
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;