diff options
| -rw-r--r-- | hel/hw.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -12,7 +12,7 @@ | |||
| 12 | fileSystems."/" = | 12 | fileSystems."/" = | 
| 13 | { device = "/dev/hel/btrfs"; | 13 | { device = "/dev/hel/btrfs"; | 
| 14 | fsType = "btrfs"; | 14 | fsType = "btrfs"; | 
| 15 | options = [ "compress" "defaults" ]; | 15 | options = [ "compress=lzo" "discard""defaults" ]; | 
| 16 | }; | 16 | }; | 
| 17 | 17 | ||
| 18 | fileSystems."/boot" = | 18 | fileSystems."/boot" = | 
