diff options
author | jeschli <jeschli@gmail.com> | 2018-07-31 16:33:33 +0200 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-07-31 16:33:33 +0200 |
commit | 676f5668de1f15b9297dd5ca36385cbfc0f33d87 (patch) | |
tree | 132a46ddc2a1863ebe58ab3bdf56c9a06cefab91 /tv/1systems/wu | |
parent | d34cfa4cc8953ee227f99a36d56ec9335cba532e (diff) | |
parent | 46e725b6ee1259ad8a0d33f9ffbda6fd1dc2228d (diff) |
Merge remote-tracking branch 'origin/staging/jeschli'
Diffstat (limited to 'tv/1systems/wu')
-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 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"; |