diff options
author | tv <tv@krebsco.de> | 2018-07-09 22:31:19 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-07-09 22:31:19 +0200 |
commit | ffe3bd486a3fb2d8eb8c5173242f3a1db3cebb7f (patch) | |
tree | f8d43f85eb92972a41b2558263174592f636214f /tv/1systems | |
parent | d2d88115572b1b6dfb2e430a238fb2480fbb2fcd (diff) |
tv wu: rebuild with ext4
Diffstat (limited to 'tv/1systems')
-rw-r--r-- | tv/1systems/wu/config.nix | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/tv/1systems/wu/config.nix b/tv/1systems/wu/config.nix index b3e084f..17eeff5 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"; |