diff --git a/hosts/unstable/zeke/hardware-configuration.nix b/hosts/unstable/zeke/hardware-configuration.nix index 7e4a61e..12833ac 100644 --- a/hosts/unstable/zeke/hardware-configuration.nix +++ b/hosts/unstable/zeke/hardware-configuration.nix @@ -35,10 +35,11 @@ device = "/dev/nvme0n1p1"; fsType = "auto"; }; - #"/mnt/disk1" = { - #device = "/dev/disk/by-uuid/0bb64e76-8811-499a-b60e-cc97808f2b0e"; - #fsType = "btrfs"; - #}; + "/mnt/disk1" = { + device = "/dev/disk/by-uuid/bd04e868-034e-46e8-84ae-cd7347448bbd"; + fsType = "xfs"; + options = [ "nofail" ]; + }; }; swapDevices = [ ];