remove remote builder config

This commit is contained in:
Romain Paquet 2026-02-24 17:53:46 +01:00
parent b600a48377
commit bbff7f0ce1
4 changed files with 0 additions and 81 deletions

View file

@ -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 = [