From e105184ce6b843d6811e5c4056d627474774b4cf Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Sat, 14 Jan 2023 19:25:31 -0500 Subject: [PATCH] Update mobile hardware configuration --- hardware-configuration/mobile.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware-configuration/mobile.nix b/hardware-configuration/mobile.nix index 43a4cd5..7a78174 100644 --- a/hardware-configuration/mobile.nix +++ b/hardware-configuration/mobile.nix @@ -4,7 +4,7 @@ { config, lib, pkgs, ... }: { fileSystems."/" = - { device = "/dev/disk/by-uuid/0e34be6f-a042-433e-bcfc-9df254a571c3"; + { device = "/dev/disk/by-uuid/bd2fe7f4-b0e8-40b3-8da3-68f56dd49fab"; fsType = "ext4"; };