add beesd for dataroot; add file program to home config

This commit is contained in:
chayleaf 2023-02-17 01:16:44 +07:00
parent 9e0ce8df9f
commit 4b2a18cb48
2 changed files with 7 additions and 1 deletions

View file

@ -130,7 +130,7 @@
home.packages = with pkgs; [
rclone sshfs fuse
jq python3Full killall
file jq python3Full killall
appimage-run comma nvfetcher
];
}

View file

@ -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