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";