diff options
| -rw-r--r-- | hosts/sol/configuration.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hosts/sol/configuration.nix b/hosts/sol/configuration.nix index 04d205c..4bcc946 100644 --- a/hosts/sol/configuration.nix +++ b/hosts/sol/configuration.nix @@ -55,6 +55,16 @@ #media-session.enable = true; }; musnix.enable = true; + services.systembus-notify.enable = true; + + security.pam.loginLimits = [ + { + domain = "dk"; + item = "nofile"; + type = "hard"; + value = "524288"; + } + ]; # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true; |
