Personal-use NixOS configuration
at main 5 lines 81 B view raw
1{ 2 systemd.settings.Manager = { 3 DefaultLimitNOFILE = "2048:1048576"; 4 }; 5}