summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-09-27 00:38:37 +0200
committertv <tv@shackspace.de>2015-09-27 00:38:37 +0200
commite04efb378730a9dc451a95b06a027e4e53733489 (patch)
tree6be3277cbabbabe0026366f674e1b54ba659d98c /tv
parent1e7e36fe14049f2c569afac2a68539a34fb9c4bc (diff)
tv.wu: /home is btrfs
Diffstat (limited to 'tv')
-rw-r--r--tv/1systems/wu.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix
index 8792d769..17394df2 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" = {