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" ]; fileSystems."/nix".options = [ "compress=zstd" "noatime" ];
# Filesystem dedup # Filesystem dedup
services.beesd.filesystems = { #services.beesd.filesystems = {
root = { # root = {
spec = "LABEL=nixos"; # spec = "LABEL=nixos";
hashTableSizeMB = 256; # hashTableSizeMB = 256;
verbosity = "crit"; # verbosity = "crit";
extraOptions = [ "--loadavg-target" "2.0" ]; # extraOptions = [ "--loadavg-target" "2.0" ];
}; # };
}; #};
# Select internationalisation properties. # Select internationalisation properties.
i18n.defaultLocale = "en_GB.utf8"; i18n.defaultLocale = "en_GB.utf8";