Update pbp.nix

This commit is contained in:
Aaron Honeycutt 2022-12-05 19:49:12 +00:00
parent 3cf9feef28
commit bff6f3a1eb

View file

@ -9,7 +9,7 @@
fileSystems = {
"/" = {
device = "/dev/disk/by-label/NIXOS_SD";
fsType = "ext4";
fsType = "btrfs";
options = [ "noatime" ];
};
};