alpha
Login
or
Join now
seanaye.bsky.social
/
nixos-config
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
me like nix
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
update open files
author
Sean Aye
date
3 months ago
(Mar 22, 2026, 8:03 PM -0400)
commit
edb98965
edb98965b47b26ada16e95f47282e1225482d4b4
parent
64051ce9
64051ce9a279e28fa3272cd8648699659f75f32b
change-id
uxluowwt
uxluowwtmputmwqqxukurvkupyovnmyv
+9
1 changed file
Expand all
Collapse all
Unified
Split
hosts
mira
configuration.nix
+9
hosts/mira/configuration.nix
Reviewed
···
173
173
# Enable the OpenSSH daemon.
174
174
# services.openssh.enable = true;
175
175
176
176
+
security.pam.loginLimits = [
177
177
+
{
178
178
+
domain = "*";
179
179
+
type = "soft";
180
180
+
item = "nofile";
181
181
+
value = "8192";
182
182
+
}
183
183
+
];
184
184
+
176
185
# Open ports in the firewall.
177
186
networking.firewall.allowedTCPPorts = [
178
187
8096 # jellyfin