From 60be488679c514230c1ec2e25007093bf7a37755 Mon Sep 17 00:00:00 2001 From: Random936 Date: Tue, 26 Aug 2025 20:55:37 -0700 Subject: [PATCH] Updating hardware file for r330-logging --- hardware/logging.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hardware/logging.nix b/hardware/logging.nix index 5f6d407..8ff143d 100644 --- a/hardware/logging.nix +++ b/hardware/logging.nix @@ -14,18 +14,18 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/d8ec7c7e-ce95-432c-932d-663dc261c623"; + { device = "/dev/disk/by-uuid/466b1e73-407e-48de-a2b8-f35f96bef1fd"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/1842-1672"; + { device = "/dev/disk/by-uuid/0079-63AB"; fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ]; }; fileSystems."/mnt/logs" = { - device = "/dev/disk/by-uuid/08247ec2-8e83-4bb0-b9fe-9e2a7ce3fe6c"; + device = "/dev/disk/by-uuid/8e8ee0ad-8d74-486f-b33a-ed1294cb3a63"; fsType = "ext4"; };