This commit is contained in:
2025-09-01 23:49:49 +03:00
parent 7b57a4f4c4
commit 56b208b080
3 changed files with 2 additions and 10 deletions

View File

@@ -36,10 +36,6 @@ in
}; };
}; };
programs = {
zsh.enable = true;
};
services = { services = {
}; };

View File

@@ -36,10 +36,6 @@ in
systemd.oomd.extraConfig.DefaultMemoryPressureLimit = "15%"; systemd.oomd.extraConfig.DefaultMemoryPressureLimit = "15%";
programs = {
zsh.enable = true;
};
services = { services = {
printing.ricoh.enable = true; printing.ricoh.enable = true;
calibre-web = { calibre-web = {

View File

@@ -1,6 +1,6 @@
{...}: { ... }:
{ {
boot.kernel.sysctl = { boot.kernel.sysctl = {
"fs.inotify.max_user_watches" = 1048576; "fs.inotify.max_user_watches" = 1048576;
}; };
} }