From 72461214d82dd64bf374716713808551d2f5622e Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Fri, 6 Dec 2024 11:38:59 +0100 Subject: [PATCH] Format `sisko`'s hd to `xfs` --- hosts/sisko/disko.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/sisko/disko.nix b/hosts/sisko/disko.nix index ba5c708..55ec848 100644 --- a/hosts/sisko/disko.nix +++ b/hosts/sisko/disko.nix @@ -66,8 +66,11 @@ in size = "100%"; content = { type = "filesystem"; - format = "bcachefs"; + format = "xfs"; mountpoint = "/mnt/hd"; + mountOptions = [ + "nofail" + ]; }; }; };