From bff6f3a1eb5839ecc76e1854e4d08c9280a332aa Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 5 Dec 2022 19:49:12 +0000 Subject: [PATCH] Update pbp.nix --- systems/pbp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/pbp.nix b/systems/pbp.nix index d9353d1..893fbd6 100644 --- a/systems/pbp.nix +++ b/systems/pbp.nix @@ -9,7 +9,7 @@ fileSystems = { "/" = { device = "/dev/disk/by-label/NIXOS_SD"; - fsType = "ext4"; + fsType = "btrfs"; options = [ "noatime" ]; }; };