mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:36:33 +01:00
raise file limit for nix
This commit is contained in:
parent
6be0729f36
commit
75c68eca4d
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
|
@ -123,5 +123,6 @@
|
|||
|
||||
# Re-Compile everything for my specific cpu
|
||||
nix.settings.system-features = ["gccarch-alderlake" "benchmark" "big-parallel" "kvm" "nixos-test"];
|
||||
systemd.services.nix-daemon.serviceConfig.LimitNOFILE = lib.mkForce 1048576000;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue