disable beesd until fixed

This commit is contained in:
Vivian 2022-10-26 16:05:03 +02:00
parent b126dc91f6
commit 8e117b8f74

View file

@ -93,14 +93,14 @@ in {
fileSystems."/nix".options = [ "compress=zstd" "noatime" ];
# Filesystem dedup
services.beesd.filesystems = {
root = {
spec = "LABEL=nixos";
hashTableSizeMB = 256;
verbosity = "crit";
extraOptions = [ "--loadavg-target" "2.0" ];
};
};
#services.beesd.filesystems = {
# root = {
# spec = "LABEL=nixos";
# hashTableSizeMB = 256;
# verbosity = "crit";
# extraOptions = [ "--loadavg-target" "2.0" ];
# };
#};
# Select internationalisation properties.
i18n.defaultLocale = "en_GB.utf8";