diff --git a/nixos-configurations/shared.nix b/nixos-configurations/shared.nix index 167c344..90778fc 100644 --- a/nixos-configurations/shared.nix +++ b/nixos-configurations/shared.nix @@ -24,12 +24,6 @@ extraGroups = [ "wheel" "networkmanager" "docker" ]; }; - fileSystems = { - "/".options = [ "compress=zstd" ]; - "/home".options = [ "compress=zstd" ]; - "/nix".options = [ "compress=zstd" "noatime" ]; - }; - home-manager.users.thiloho = { ... }: { programs = { git = {