From 963757171af7e447db85cdcaf4ea986bc1c890b8 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 11 Jun 2025 20:03:18 -0500 Subject: [PATCH] New disks for vm-gitlab --- hosts/vm-gitlab/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/vm-gitlab/hardware-configuration.nix b/hosts/vm-gitlab/hardware-configuration.nix index a945d9f..ae1216c 100644 --- a/hosts/vm-gitlab/hardware-configuration.nix +++ b/hosts/vm-gitlab/hardware-configuration.nix @@ -34,12 +34,12 @@ }; fileSystems."/" = { - device = "/dev/disk/by-uuid/507251f1-efe7-448d-8de8-91ee582a9afb"; + device = "/dev/disk/by-uuid/1fdbe86e-ce6f-4af3-a876-aec35731adab"; fsType = "ext4"; }; fileSystems."/boot" = { - device = "/dev/disk/by-uuid/7115-EFA6"; + device = "/dev/disk/by-uuid/1E6A-C3BB"; fsType = "vfat"; options = [ "fmask=0077"