nixpkgs update fixes

This commit is contained in:
notgne2 2025-08-05 10:59:58 -07:00
parent f4727ae80a
commit 905ec5f625
No known key found for this signature in database
3 changed files with 2 additions and 3 deletions

View file

@ -40,7 +40,6 @@ in {
services.greetd = {
enable = lib.mkDefault true;
vt = lib.mkDefault 7;
settings = {
default_session = {
command = lib.mkDefault "${pkgs.greetd.tuigreet}/bin/tuigreet --time --user-menu --user-menu-max-uid 30000 --cmd sway";

View file

@ -140,7 +140,7 @@ in {
'';
# Allows more open files, useful for sync software and some other stuff
systemd.extraConfig = "DefaultLimitNOFILE=1048576";
systemd.settings.Manager.DefaultLimitNOFILE = "1048576";
security.pam.loginLimits = [
# Allows more open files, useful for sync software and some other stuff
{