summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2020-08-26 17:32:32 +0200
committertv <tv@krebsco.de>2020-08-26 17:32:32 +0200
commit2a85732e9382f96c95dfd1542802d4d6280cfd90 (patch)
treeb412e06620e94bbd71a3b12f2b09b9055492ac9c
parenta3ae5ca4c2076dea30edc89231b3ff2a5967dba5 (diff)
tv alnus: btrfs -> ext4
-rw-r--r--tv/1systems/alnus/config.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/1systems/alnus/config.nix b/tv/1systems/alnus/config.nix
index 66bd52a..4669ac6 100644
--- a/tv/1systems/alnus/config.nix
+++ b/tv/1systems/alnus/config.nix
@@ -31,12 +31,12 @@ with import <stockholm/lib>;
};
"/" = {
device = "/dev/mapper/main-root";
- fsType = "btrfs";
+ fsType = "ext4";
options = [ "defaults" "noatime" ];
};
"/home" = {
device = "/dev/mapper/main-home";
- fsType = "btrfs";
+ fsType = "ext4";
options = [ "defaults" "noatime" ];
};
};