From 4d4a6d13ae5f5c7a2e6db28217d79bfe1be5f366 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 14 Apr 2024 15:12:30 +0200 Subject: prefect: rebuild on XFS --- system/prefect.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'system') diff --git a/system/prefect.nix b/system/prefect.nix index 15ae26d0..9b3270ea 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -45,11 +45,12 @@ boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" ]; + boot.initrd.supportedFilesystems = [ "xfs" "ext4" ]; fileSystems = { "/" = { - device = "/dev/disk/by-partlabel/nixos-root"; - fsType = "f2fs"; - options = [ "atgc" "gc_merge" "lazytime" "nodiscard" ]; + device = "/dev/disk/by-partlabel/nixos"; + fsType = "xfs"; + options = [ "lazytime" "nodiscard" ]; }; "/boot" = { -- cgit 1.4.1