summaryrefslogtreecommitdiff
path: root/hosts/desktop/hardware-configuration.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-21 18:03:05 +0100
committeradikro <adikro@disroot.org>2025-12-21 18:03:05 +0100
commit022dc83ce35659caddaff1aa3d0d43ae1c8e4c0f (patch)
treebf6477ad61d82cedec58bee5b44749b6bad597d0 /hosts/desktop/hardware-configuration.nix
parentf0acd5c32d4e46cd3ad6fc1b848e9bf325a6d3f5 (diff)
small fixes
Diffstat (limited to 'hosts/desktop/hardware-configuration.nix')
-rw-r--r--hosts/desktop/hardware-configuration.nix3
1 files changed, 2 insertions, 1 deletions
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;
}
+