diff --git a/home/common/general.nix b/home/common/general.nix index d87bf58..516aa0e 100644 --- a/home/common/general.nix +++ b/home/common/general.nix @@ -130,7 +130,7 @@ home.packages = with pkgs; [ rclone sshfs fuse - jq python3Full killall + file jq python3Full killall appimage-run comma nvfetcher ]; } diff --git a/system/hosts/nixmsi.nix b/system/hosts/nixmsi.nix index 18fa594..06aa8c1 100644 --- a/system/hosts/nixmsi.nix +++ b/system/hosts/nixmsi.nix @@ -277,11 +277,17 @@ in { # dedupe services.beesd = { + # i have a lot of ram :tonystark: filesystems.cryptroot = { spec = "UUID=${cryptrootUuid}"; hashTableSizeMB = 128; extraOptions = [ "--loadavg-target" "8.0" ]; }; + filesystems.dataroot = { + spec = "UUID=${datarootUuid}"; + hashTableSizeMB = 256; + extraOptions = [ "--loadavg-target" "8.0" ]; + }; }; # System76 scheduler (not actually a scheduler, just a renice daemon) for improved responsiveness