From 76f3823959b4f2fcc64e1ff9977ee0a6a97e9dce Mon Sep 17 00:00:00 2001 From: Chris Toph Date: Wed, 12 Mar 2025 13:41:55 -0400 Subject: [PATCH] Update disk UUIDs in hardware configuration for new 1tb install. --- hosts/nixos/rune/hardware.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/nixos/rune/hardware.nix b/hosts/nixos/rune/hardware.nix index 2d4e59e..7432989 100644 --- a/hosts/nixos/rune/hardware.nix +++ b/hosts/nixos/rune/hardware.nix @@ -47,12 +47,12 @@ # File system configurations fileSystems = { "/" = { - device = "/dev/disk/by-uuid/28a9ac4d-1e87-4731-9c06-916711d83cb2"; + device = "/dev/disk/by-uuid/d38c182c-6f05-4bf3-8a45-5532c10fd342"; fsType = "ext4"; }; "/boot" = { - device = "/dev/disk/by-uuid/B182-E50E"; + device = "/dev/disk/by-uuid/5B39-A7CB"; fsType = "vfat"; options = [ "fmask=0077"