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"; };