From 022dc83ce35659caddaff1aa3d0d43ae1c8e4c0f Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 21 Dec 2025 18:03:05 +0100 Subject: small fixes --- hosts/desktop/hardware-configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts/desktop/hardware-configuration.nix') diff --git a/hosts/desktop/hardware-configuration.nix b/hosts/desktop/hardware-configuration.nix index 0db0d28..cb96715 100644 --- a/hosts/desktop/hardware-configuration.nix +++ b/hosts/desktop/hardware-configuration.nix @@ -30,7 +30,7 @@ }; fileSystems."/media" = - { device = "/dev/disk/by-uuid/c619e4ea-c146-4e36-9535-d0240f1cd637"; + { device = "/dev/disk/by-uuid/eb13c515-5e4c-4a17-8f2e-1cf5d6e522e4"; fsType = "ext4"; }; @@ -47,3 +47,4 @@ nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; } + -- cgit v1.3