hosts: *: fix typos remoteClient/Builder
This commit is contained in:
parent
a4debe09ee
commit
71b0244fb7
@ -11,4 +11,7 @@
|
|||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILczsj4W1kFQaalFwaY+RJ4LEzNeFKD+itXB40Q2O59M nixremote@hades"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILczsj4W1kFQaalFwaY+RJ4LEzNeFKD+itXB40Q2O59M nixremote@hades"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
nix.settings.trusted-users = [
|
||||||
|
"nixremote"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
@ -8,17 +8,17 @@
|
|||||||
hostName = "hades";
|
hostName = "hades";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
supportedFeatures = [ "kvm" "big-parallel" ];
|
supportedFeatures = [ "kvm" "big-parallel" ];
|
||||||
sshUser = "nixremote"
|
sshUser = "nixremote";
|
||||||
sshKey = config.age.secrets."keys/nixremote".path;
|
sshKey = config.age.secrets."keys/nixremote".path;
|
||||||
maxJobs = 1;
|
maxJobs = 1;
|
||||||
speedFactor = 8;
|
speedFactor = 8;
|
||||||
publicHostKey = "c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUVnbld5UVVVYSt2Y0hBS3g2ZWRiVGdxVzhwaCtNQ2lTNmZVd1lqWWNTK28gcm9vdEBoYWRlcwo=%";
|
publicHostKey = "c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUVnbld5UVVVYSt2Y0hBS3g2ZWRiVGdxVzhwaCtNQ2lTNmZVd1lqWWNTK28gcm9vdEBoYWRlcwo=%";
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
] };
|
} ];
|
||||||
};
|
};
|
||||||
|
|
||||||
age.secrets."keys/nixremote" = {
|
age.secrets."keys/nixremote" = {
|
||||||
file = ../../../secrets/keys/nixremote.age;
|
file = ../../secrets/keys/nixremote.age;
|
||||||
owner = "root";
|
owner = "root";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user