From c2e7208de4e3e7d018560175808f838aa6861b68 Mon Sep 17 00:00:00 2001 From: adikro Date: Mon, 22 Dec 2025 03:44:33 +0100 Subject: disko config for desktop host for future reinstalls --- hosts/desktop/hardware-configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hosts/desktop/hardware-configuration.nix') diff --git a/hosts/desktop/hardware-configuration.nix b/hosts/desktop/hardware-configuration.nix index cb96715..41eb3a1 100644 --- a/hosts/desktop/hardware-configuration.nix +++ b/hosts/desktop/hardware-configuration.nix @@ -30,7 +30,7 @@ }; fileSystems."/media" = - { device = "/dev/disk/by-uuid/eb13c515-5e4c-4a17-8f2e-1cf5d6e522e4"; + { device = "/dev/disk/by-uuid/c0dc7c4d-1800-4c84-a04c-5ea7f5e86c4b"; fsType = "ext4"; }; @@ -47,4 +47,3 @@ nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; } - -- cgit v1.3