From 91adc5497be7314807465fc3a5909f87562a4571 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Thu, 6 Jun 2024 20:08:25 -0700 Subject: [PATCH] fix typo --- hosts/snowhawk/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/snowhawk/hardware-configuration.nix b/hosts/snowhawk/hardware-configuration.nix index 7612450..e569778 100644 --- a/hosts/snowhawk/hardware-configuration.nix +++ b/hosts/snowhawk/hardware-configuration.nix @@ -21,7 +21,7 @@ }; fileSystems."/data" = { - device = "/dev/disk/bu-uuid/00a7093a-49ee-41e4-baec-99d8a322a530"; + device = "/dev/disk/by-uuid/00a7093a-49ee-41e4-baec-99d8a322a530"; fsType = "ext4"; };