diff options
author | tv <tv@shackspace.de> | 2015-09-27 00:38:37 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-09-27 00:38:37 +0200 |
commit | e04efb378730a9dc451a95b06a027e4e53733489 (patch) | |
tree | 6be3277cbabbabe0026366f674e1b54ba659d98c /tv/1systems/wu.nix | |
parent | 1e7e36fe14049f2c569afac2a68539a34fb9c4bc (diff) |
tv.wu: /home is btrfs
Diffstat (limited to 'tv/1systems/wu.nix')
-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 8792d7692..17394df25 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" = { |