me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

update open files

author
Sean Aye
date (Mar 22, 2026, 8:03 PM -0400) commit edb98965 parent 64051ce9 change-id uxluowwt
+9
+9
hosts/mira/configuration.nix
··· 173 173 # Enable the OpenSSH daemon. 174 174 # services.openssh.enable = true; 175 175 176 + security.pam.loginLimits = [ 177 + { 178 + domain = "*"; 179 + type = "soft"; 180 + item = "nofile"; 181 + value = "8192"; 182 + } 183 + ]; 184 + 176 185 # Open ports in the firewall. 177 186 networking.firewall.allowedTCPPorts = [ 178 187 8096 # jellyfin