mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
feat: use new nix options
This commit is contained in:
@@ -19,9 +19,9 @@ in {
|
||||
promptColours.success = "cyan";
|
||||
};
|
||||
|
||||
nix = {
|
||||
buildCores = 1;
|
||||
maxJobs = 2;
|
||||
nix.settings = {
|
||||
cores = 1;
|
||||
max-jobs = 2;
|
||||
};
|
||||
|
||||
environment.systemPackages = [pkgs.minecraft];
|
||||
|
||||
@@ -42,6 +42,6 @@
|
||||
|
||||
zramSwap.enable = false;
|
||||
|
||||
nix.maxJobs = lib.mkDefault 4;
|
||||
nix.settings.max-jobs = lib.mkDefault 4;
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user