remove remote builder config
This commit is contained in:
parent
b600a48377
commit
bbff7f0ce1
4 changed files with 0 additions and 81 deletions
|
|
@ -1,13 +0,0 @@
|
|||
{ self, ... }:
|
||||
{
|
||||
imports = [
|
||||
self.nixosModules.remote-builder
|
||||
];
|
||||
|
||||
roles.remote-builder = {
|
||||
enable = true;
|
||||
authorizedKeys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGa8R8obgptefcp27Cdp9bc2fiyc9x0oTfMsTPFp2ktE rpqt@haze"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
@ -6,7 +6,6 @@
|
|||
imports = [
|
||||
./actual.nix
|
||||
./boot.nix
|
||||
./builder.nix
|
||||
./freshrss.nix
|
||||
./glance.nix
|
||||
./homeassistant.nix
|
||||
|
|
|
|||
|
|
@ -56,22 +56,6 @@
|
|||
|
||||
programs.kdeconnect.enable = true;
|
||||
|
||||
# Remote builds
|
||||
nix = {
|
||||
distributedBuilds = true;
|
||||
buildMachines = [
|
||||
{
|
||||
sshUser = "nixremote";
|
||||
sshKey = "/etc/ssh/ssh_host_ed25519_key";
|
||||
systems = [ "aarch64-linux" ];
|
||||
hostName = "genepi";
|
||||
}
|
||||
];
|
||||
extraOptions = ''
|
||||
builders-use-substitutes = true
|
||||
'';
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
i18n.supportedLocales = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue