From 088c1a0033d2394607a701e65b466a7ffb3aeff2 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 22 Apr 2026 10:28:37 -0500 Subject: [PATCH] chore: add new uuid for zeke --- hosts/unstable/zeke/hardware-configuration.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 = [ ];