aboutsummaryrefslogtreecommitdiff
path: root/modules/hardware/fs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware/fs.nix')
-rw-r--r--modules/hardware/fs.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/hardware/fs.nix b/modules/hardware/fs.nix
index aaf67d6..6760433 100644
--- a/modules/hardware/fs.nix
+++ b/modules/hardware/fs.nix
@@ -18,8 +18,8 @@
swapDevices = [{ device = "/dev/disk/by-label/swap"; }];
# Set high limits for file watching/file handles
- systemd.extraConfig = ''DefaultLimitNOFILE=65536'';
- systemd.user.extraConfig = ''DefaultLimitNOFILE=65536'';
+ # systemd.extraConfig = ''DefaultLimitNOFILE=65536'';
+ # systemd.user.extraConfig = ''DefaultLimitNOFILE=65536'';
boot.kernel.sysctl."fs.inotify.max_user_instances" = 8192;
security.pam.loginLimits = [
{ domain = "*"; type = "-"; item = "nofile"; value = "65536"; }