mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
lutris fix
This commit is contained in:
parent
6ef751f330
commit
d784f55702
1 changed files with 10 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue