rp5 #10

Merged
Daholli merged 6 commits from rp5 into main 2024-11-25 22:33:27 +01:00
Showing only changes of commit b75537a353 - Show all commits

View file

@ -32,6 +32,25 @@ in
backupFileExtension = ".bak"; backupFileExtension = ".bak";
}; };
nix = {
buildMachines = [
{
hostName = "pi";
sshUser = "remotebuild";
sshKey = "/root/.ssh/remotebuild";
systems = [ "aarch64-linux" ];
protocol = "ssh-ng";
supportedFeatures = [
"nixos-test"
"big-parallel"
];
}
];
distributedBuilds = true;
};
${namespace} = { ${namespace} = {
archetypes = { archetypes = {
gaming.enable = true; gaming.enable = true;