diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-11-10 12:22:55 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-11-10 12:22:55 +0530 |
| commit | f5d51dba7341eadf04749f6a9703f83a5cde4390 (patch) | |
| tree | 6c6315a6b7bc7fe324c2c270e1fc31d4037f2a11 /modules/hardware/fs.nix | |
| parent | 2512c45176739a5776569ce84f1c6ecd3e46c93a (diff) | |
| download | homeserver-nixos-config-f5d51dba7341eadf04749f6a9703f83a5cde4390.tar.gz homeserver-nixos-config-f5d51dba7341eadf04749f6a9703f83a5cde4390.zip | |
Update + add books module disabled
Diffstat (limited to '')
| -rw-r--r-- | modules/hardware/fs.nix | 4 |
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"; } |
