From 4b2a18cb48620c39b6f200a98c516bd9714eec15 Mon Sep 17 00:00:00 2001 From: chayleaf Date: Fri, 17 Feb 2023 01:16:44 +0700 Subject: [PATCH] add beesd for dataroot; add file program to home config --- home/common/general.nix | 2 +- system/hosts/nixmsi.nix | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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