Go back to using Plasma stable since building Plasma beta is annoying
This commit is contained in:
parent
7d7375d9e0
commit
e29fc378aa
3 changed files with 17 additions and 44 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue