Compare commits

..

No commits in common. "577eebbdf5d2d325e451fb506bde10228d8c5b80" and "c77a411103880403bb9f315a020b7dd8baa9b6e4" have entirely different histories.

2 changed files with 0 additions and 38 deletions

View file

@ -68,41 +68,5 @@ in
443
];
nix = {
distributedBuilds = true;
extraOptions = ''
builders-use-substitutes = true
'';
buildMachines = [
{
hostName = "localhost";
protocol = null;
system = "x86_64-linux";
supportedFeatures = [
"kvm"
"nixos-test"
"big-parallel"
"benchmark"
];
}
{
hostName = "100.86.23.74";
sshUser = "remotebuild";
sshKey = "/root/.ssh/remotebuild";
systems = [ "aarch64-linux" ];
protocol = "ssh";
supportedFeatures = [
"nixos-test"
"big-parallel"
"kvm"
];
}
];
};
};
}

View file

@ -41,8 +41,6 @@
shell = pkgs.fish;
# TODO: fix this with sops
initialPassword = "asdf";
openssh.authorizedKeys.keys = config.flake.meta.users.cholli.authorizedKeys;
};
nix.settings.trusted-users = [ config.flake.meta.users.cholli.username ];