From 97691e528a96dd6202fd75a67522109aadc680f6 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 14 Jun 2024 06:24:05 -0500 Subject: [PATCH] make disk generic --- hosts/t2/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };