diff options
-rw-r--r-- | tv/1systems/wu.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index 8792d76..17394df 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -331,6 +331,7 @@ with lib; }; "/home" = { device = "/dev/mapper/home"; + fsType = "btrfs"; options = "defaults,noatime,ssd,compress=lzo"; }; "/boot" = { |