From beb2c41959659dab8ede5e97301f0192905e79e8 Mon Sep 17 00:00:00 2001 From: FabricSoul Date: Mon, 20 Oct 2025 19:31:49 -0400 Subject: [PATCH 1/2] update: misc --- home/fabric/default.nix | 9 +++++++++ home/fabric/programs/zsh.nix | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/home/fabric/default.nix b/home/fabric/default.nix index 17df5b7..b5c2826 100644 --- a/home/fabric/default.nix +++ b/home/fabric/default.nix @@ -124,6 +124,15 @@ dig zathura librewolf + + heroic + solana-cli + nodejs + anchor + yarn + discord + cloudflared + monero-cli ]; # Enable home-manager diff --git a/home/fabric/programs/zsh.nix b/home/fabric/programs/zsh.nix index 17b0cce..70e642b 100644 --- a/home/fabric/programs/zsh.nix +++ b/home/fabric/programs/zsh.nix @@ -38,7 +38,7 @@ alias gmi="go mod init" alias flake="nix flake" alias ls="lsd" - alias ll="lsd -l" + alias ll="lsd -la" alias emacs="emacs -nw" function y() { local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd From b7437b9d05ffc3815b998e266a4b149cc1080c49 Mon Sep 17 00:00:00 2001 From: FabricSoul Date: Mon, 20 Oct 2025 19:33:01 -0400 Subject: [PATCH 2/2] update: add hugepages --- hosts/tatara/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/tatara/hardware-configuration.nix b/hosts/tatara/hardware-configuration.nix index 9842724..b269cc7 100644 --- a/hosts/tatara/hardware-configuration.nix +++ b/hosts/tatara/hardware-configuration.nix @@ -15,6 +15,11 @@ boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod"]; boot.initrd.kernelModules = []; boot.kernelModules = ["kvm-amd"]; + boot.kernelParams = [ + "default_hugepagesz=1G" + "hugepagesz=1G" + "hugepages=1" + ]; boot.supportedFilesystems = ["zfs"]; fileSystems."/" = {