summaryrefslogtreecommitdiffstats
path: root/tv/1systems
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-07-09 22:31:19 +0200
committertv <tv@krebsco.de>2018-07-09 22:31:19 +0200
commit6b99dff099f3eeb7414cb07a20d69666cce41bb8 (patch)
tree89c57d49a3c451c3b1383cd3ff802f5aabdea466 /tv/1systems
parent9067d6e3ac6233d81ff24a79e08c03d176e4e875 (diff)
tv wu: rebuild with ext4
Diffstat (limited to 'tv/1systems')
-rw-r--r--tv/1systems/wu/config.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/tv/1systems/wu/config.nix b/tv/1systems/wu/config.nix
index b3e084fe..17eeff5d 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";