From a6a17574b841c630dbd23459264399d1d23f59e4 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Mon, 27 Jan 2025 22:22:48 +0100 Subject: [PATCH] weird fix --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) 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;