From a6f9e5f16e56b05b0a646363d334385b036d34a2 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 17 Jun 2023 15:30:55 +0200 Subject: [PATCH] new uuid --- hosts/noctilucent/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/noctilucent/hardware-configuration.nix b/hosts/noctilucent/hardware-configuration.nix index 479f1f5..8c35b3c 100644 --- a/hosts/noctilucent/hardware-configuration.nix +++ b/hosts/noctilucent/hardware-configuration.nix @@ -6,11 +6,11 @@ boot.initrd.kernelModules = [ "nvme" ]; fileSystems."/" = { - device = "/dev/disk/by-uuid/627952eb-107a-43c3-8223-bfea9af92837"; + device = "/dev/disk/by-uuid/e9356185-9812-4873-8822-13c8aef59948"; fsType = "ext4"; }; fileSystems."/boot" = { - device = "dev/disk/by-uuid/5CA6-CCE4"; + device = "dev/disk/by-uuid/6F78-D438"; fsType = "vfat"; };