diff --git a/machines/loki/hardware-configuration.nix b/machines/loki/hardware-configuration.nix index 6c8c30d..4b06c27 100644 --- a/machines/loki/hardware-configuration.nix +++ b/machines/loki/hardware-configuration.nix @@ -28,7 +28,7 @@ }; fileSystems."/home" = { - device = "/dev/disk/by-uuid/36d7ee19-f591-4c29-b7da-cafd9bf2c7f6"; + device = "/dev/disk/by-uuid/082ec5d2-238e-4713-9c37-31b1cb0fb8c3"; fsType = "ext4"; }; @@ -37,3 +37,4 @@ # high-resolution display hardware.video.hidpi.enable = lib.mkDefault true; } +