From a96d535bdaa979d645cb6d24b8a0602118900797 Mon Sep 17 00:00:00 2001 From: ene Date: Sat, 14 Jan 2023 12:00:05 +0100 Subject: Feat: Added support for btrfs --- hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index c4fe39a..cb9d265 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -5,6 +5,6 @@ boot.initrd.kernelModules = ["nvme" "btrfs"]; fileSystems."/" = { device = "/dev/vda3"; - fsType = "ext4"; + fsType = "btrfs"; }; } -- cgit 1.4.1