diff --git a/hosts/goober/configuration.nix b/hosts/goober/configuration.nix index 4441303..cdefbc7 100644 --- a/hosts/goober/configuration.nix +++ b/hosts/goober/configuration.nix @@ -110,6 +110,7 @@ slurp wl-clipboard udiskie + lutris ]; # Some programs need SUID wrappers, can be configured further or are @@ -132,6 +133,15 @@ }; documentation.dev.enable = true; + systemd.extraConfig = "DefaultLimitNOFILE=524288"; + security.pam.loginLimits = [ + { + domain = "misschloe777"; + type = "hard"; + item = "nofile"; + value = "524288"; + } + ]; # This option defines the first version of NixOS you have installed on this particular machine, # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.