From 34cbe2f46056aabaf7ae2d732e357f2ba06b0891 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Tue, 18 Apr 2023 11:23:20 +0200 Subject: [PATCH] Move to new SSD --- hosts/voyager/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/voyager/hardware-configuration.nix b/hosts/voyager/hardware-configuration.nix index 3299d83..5bd3a26 100644 --- a/hosts/voyager/hardware-configuration.nix +++ b/hosts/voyager/hardware-configuration.nix @@ -14,12 +14,12 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/5e292e89-d68c-4b45-9166-142de8b6ff5e"; + { device = "/dev/disk/by-uuid/a6465c1c-4c93-423d-84a9-e4ecb9520741"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/7EA9-3E3A"; + { device = "/dev/disk/by-uuid/D0C1-97CE"; fsType = "vfat"; };