diff options
Diffstat (limited to 'hel')
| -rw-r--r-- | hel/hw.nix | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -12,6 +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 | }; | 16 | }; |
| 16 | 17 | ||
| 17 | fileSystems."/boot" = | 18 | fileSystems."/boot" = |
