Merge branch 'main' of git.firelilith.org:lilith/nixos

This commit is contained in:
Lilith 2025-05-27 00:11:00 +02:00
commit b3532e1abc
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
8 changed files with 117 additions and 81 deletions

View file

@ -19,6 +19,10 @@
"@wheel"
];
substituters = [ "https://hyprland.cachix.org" ];
trusted-substituters = [ "https://hyprland.cachix.org" ];
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
builders-use-substitutes = true;
};
@ -29,6 +33,32 @@
system = "x86_64-linux";
protocol = "ssh-ng";
speedFactor = 4;
supportedFeatures = [
"kvm"
"big-parallel"
"nixos-test"
"benchmark"
];
}
{
hostName = "lilith-pc-builder";
system = "x86_64-linux";
protocol = "ssh-ng";
speedFactor = 8;
supportedFeatures = [
"kvm"
"big-parallel"
"nixos-test"
"benchmark"
];
}
{
hostName = "lilith-pad-builder";
system = "x86_64-linux";
protocol = "ssh-ng";
speedFactor = 1;
supportedFeatures = [
"kvm"
@ -37,19 +67,6 @@
"benchmark"
];
}
{
hostName = "lilith-pc";
system = "x86_64-linux";
protocol = "ssh-ng";
speedFactor = 2;
supportedFeatures = [
"kvm"
"big-parallel"
"nixos-test"
"benchmark"
];
}
];
};
}

View file

@ -35,6 +35,7 @@
".local/share/Steam"
".local/share/lutris"
".local/share/games"
".local/share/TelegramDesktop"
];
files = [ ];
};