perf: speed up evaluation and reduce memory

This commit is contained in:
Moritz Böhme 2025-08-01 20:27:20 +02:00
parent 8aa5e8d620
commit 2ef87bbded
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
7 changed files with 12 additions and 86 deletions

View file

@ -1,7 +1,7 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{pkgs, ...}: {
{pkgs, inputs, ...}: {
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
@ -43,7 +43,7 @@
home-manager.users.moritz.home.packages = with pkgs; [
anki
stable.calibre # NOTE: breaks often in unstable
(inputs.stable.legacyPackages.${pkgs.system}.calibre) # NOTE: breaks often in unstable
];
networking.firewall.allowedTCPPorts = [9090];