From 8e117b8f74cf686fdc19fcade9abecbcca680118 Mon Sep 17 00:00:00 2001 From: victor Date: Wed, 26 Oct 2022 16:05:03 +0200 Subject: [PATCH] disable beesd until fixed --- nixos/hosts/thalassa/null/configuration.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/nixos/hosts/thalassa/null/configuration.nix b/nixos/hosts/thalassa/null/configuration.nix index 342b3ef..56c0804 100644 --- a/nixos/hosts/thalassa/null/configuration.nix +++ b/nixos/hosts/thalassa/null/configuration.nix @@ -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";