1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 20:01:08 +01:00

feat: use new nix options

This commit is contained in:
2022-07-19 22:00:36 +02:00
parent fcdac38986
commit f9f17b59a7
5 changed files with 17 additions and 15 deletions

View File

@@ -29,5 +29,5 @@
swapDevices = [];
zramSwap.enable = true;
nix.maxJobs = lib.mkDefault 2;
nix.settings.max-jobs = lib.mkDefault 2;
}