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 | 2d29dea4af6ef1ceafc103411ae8b27a7e5b949f (patch) | |
tree | 4c9d464047b60f6ecc72026d8273aa58e2447e54 /tv/1systems/wu/config.nix | |
parent | 9a967acb53e1fe3583382e7bd124794852f8de22 (diff) | |
parent | 22c81af49e3373ba4ab7f8366ff6a59cb7aa96c3 (diff) |
Merge remote-tracking branch 'origin/staging/jeschli'
Diffstat (limited to 'tv/1systems/wu/config.nix')
-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"; |