From 6b99dff099f3eeb7414cb07a20d69666cce41bb8 Mon Sep 17 00:00:00 2001
From: tv <tv@krebsco.de>
Date: Mon, 9 Jul 2018 22:31:19 +0200
Subject: [PATCH] tv wu: rebuild with ext4

---
 tv/1systems/wu/config.nix | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/tv/1systems/wu/config.nix b/tv/1systems/wu/config.nix
index b3e084fe2..17eeff5da 100644
--- a/tv/1systems/wu/config.nix
+++ b/tv/1systems/wu/config.nix
@@ -26,18 +26,15 @@ with import <stockholm/lib>;
   fileSystems = {
     "/" = {
       device = "/dev/mapper/wuvga-root";
-      fsType = "btrfs";
-      options = ["defaults" "noatime" "ssd" "compress=lzo"];
+      fsType = "ext4";
     };
     "/bku" = {
       device = "/dev/mapper/wuvga-bku";
-      fsType = "btrfs";
-      options = ["defaults" "noatime" "ssd" "compress=lzo"];
+      fsType = "ext4";
     };
     "/home" = {
       device = "/dev/mapper/wuvga-home";
-      fsType = "btrfs";
-      options = ["defaults" "noatime" "ssd" "compress=lzo"];
+      fsType = "ext4";
     };
     "/boot" = {
       device = "/dev/sda1";