From 0ba7da55339efd015ce131a90585891b777ee892 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 26 Aug 2020 17:32:32 +0200 Subject: tv alnus: btrfs -> ext4 --- tv/1systems/alnus/config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tv/1systems/alnus/config.nix') diff --git a/tv/1systems/alnus/config.nix b/tv/1systems/alnus/config.nix index 66bd52ab..4669ac61 100644 --- a/tv/1systems/alnus/config.nix +++ b/tv/1systems/alnus/config.nix @@ -31,12 +31,12 @@ with import ; }; "/" = { 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" ]; }; }; -- cgit v1.2.3