modify ulimit

This commit is contained in:
2025-11-10 23:41:30 +09:00
parent d45c47d157
commit f028201829

View File

@@ -58,6 +58,21 @@ in {
}];
};
security.pam.loginLimits = [
{
domain = "*";
type = "soft";
item = "nofile";
value = "32768";
}
{
domain = "*";
type = "hard";
item = "nofile";
value = "65537";
}
];
networking.hostName = "haskell"; # Define your hostname.
programs.steam.enable = true;