summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--hardware-configuration.nix2
1 files changed, 1 insertions, 1 deletions
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";
   };
 }