diff --git a/systems/x86_64-linux/x1/hardware-configuration.nix b/systems/x86_64-linux/x1/hardware-configuration.nix index c525ce2..052cbfe 100644 --- a/systems/x86_64-linux/x1/hardware-configuration.nix +++ b/systems/x86_64-linux/x1/hardware-configuration.nix @@ -56,13 +56,11 @@ }; }; - services.btrfs.autoScrub.enable = true; - fileSystems = { "/" = { - device = "/dev/disk/by-uuid/1106202c-c3bf-4c15-b7cd-e78749e5c955"; - fsType = "btrfs"; - options = [ "subvol=@" ]; + device = "/dev/disk/by-uuid/1b36718e-ab21-4b1d-8f3e-6d28bfe6f082"; + fsType = "xfs"; + options = [ "noatime" ]; }; "/boot" = {