diff options
author | tv <tv@krebsco.de> | 2015-09-27 00:38:37 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-09-27 00:38:37 +0200 |
commit | ebf6473adfc8a32643d096662d5e6fbe69f39e03 (patch) | |
tree | 51b32f75b2b96714d42f8f4e6325dd30d062bfc7 /tv/1systems | |
parent | a1be92a39a29d3ec7b7ced97caaef27d7d961c62 (diff) |
tv.wu: /home is btrfs
Diffstat (limited to 'tv/1systems')
-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" = { |