diff --git a/common-headless.nix b/common-headless.nix index 9daa6d9..d26ddcc 100644 --- a/common-headless.nix +++ b/common-headless.nix @@ -45,13 +45,15 @@ }; virtualisation.lxd.enable = true; + virtualisation.lxd.recommendedSysctlSettings = true; + virtualisation.lxc.lxcfs.enable = true; boot.kernel.sysctl = { "kernel.perf_event_paranoid" = "0"; "kernel.kptr_restrict" = pkgs.lib.mkForce "0"; # IntelliJ - "fs.inotify.max_user_watches" = 524288; + "fs.inotify.max_user_watches" = pkgs.lib.mkDefault 524288; }; # gapt: `ulimit -n` was 256 diff --git a/large-sw.nix b/large-sw.nix index afe7651..4532e59 100644 --- a/large-sw.nix +++ b/large-sw.nix @@ -14,11 +14,11 @@ goldendict xournal - (xournalpp.overrideDerivation (_: { - patches = [ - ./xournalpp-cursor-blink.patch - ]; - })) + # (xournalpp.overrideDerivation (_: { + # patches = [ + # ./xournalpp-cursor-blink.patch + # ]; + # })) vscode ccls