diff --git a/hosts/t2/hardware-configuration.nix b/hosts/t2/hardware-configuration.nix index a3a52cd..28c3cc3 100644 --- a/hosts/t2/hardware-configuration.nix +++ b/hosts/t2/hardware-configuration.nix @@ -14,7 +14,7 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888"; + { device = "/dev/mmcblk0p2"; fsType = "ext4"; };