perf: speed up evaluation and reduce memory
This commit is contained in:
parent
8aa5e8d620
commit
2ef87bbded
7 changed files with 12 additions and 86 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue