diff --git a/configuration.nix b/configuration.nix index 3c2c630..7b24c0e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -123,6 +123,9 @@ xwayland.enable = true; }; + systemd.extraConfig = "DefaultLimitNOFILE=2048"; + boot.tmp.useTmpfs = false; + system.stateVersion = "24.11"; nixpkgs.config.allowUnfree = true;