Go back to using Plasma stable since building Plasma beta is annoying

This commit is contained in:
SIPB 2025-09-29 11:33:39 -04:00
parent 7d7375d9e0
commit e29fc378aa
3 changed files with 17 additions and 44 deletions

View file

@ -6,7 +6,6 @@
config,
lib,
pkgs,
pkgs-plasma-beta,
...
}:
@ -16,31 +15,26 @@
./hardware-configuration.nix
];
nixpkgs.overlays = [
(self: super: {
kdePackages = pkgs-plasma-beta.kdePackages;
})
];
nix = {
# Uncomment those lines to use BOSS-BABY for remote builds
settings = {
experimental-features = [
"nix-command"
"flakes"
];
builders-use-substitutes = true;
max-jobs = 0;
# builders-use-substitutes = true;
# max-jobs = 0;
};
distributedBuilds = true;
buildMachines = [
{
hostName = "boss-baby";
sshUser = "root";
protocol = "ssh-ng";
system = pkgs.stdenv.hostPlatform.system;
maxJobs = 4;
}
];
# distributedBuilds = true;
# buildMachines = [
# {
# hostName = "boss-baby";
# sshUser = "root";
# protocol = "ssh-ng";
# system = pkgs.stdenv.hostPlatform.system;
# maxJobs = 4;
# }
# ];
};
boot = {