Skip to content

Commit

Permalink
Revert "nixos/btrfs: disable compsize for now"
Browse files Browse the repository at this point in the history
This reverts commit 56b6e2f.
  • Loading branch information
thiagokokada committed Dec 6, 2024
1 parent 1e93f82 commit 5b5aa48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nixos/system/btrfs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
};

config = lib.mkIf config.nixos.system.btrfs.enable {
environment.systemPackages = with pkgs; [
# compsize
];
environment.systemPackages = with pkgs; [ compsize ];
services.btrfs.autoScrub = {
enable = true;
interval = "weekly";
Expand Down

0 comments on commit 5b5aa48

Please sign in to comment.