From 736b71a5c2aa1779c094c90a2dc7465b24750777 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 12 Oct 2024 14:14:47 -0500 Subject: [PATCH] feat: updated laptop uuids --- systems/laptop/filesystem.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/systems/laptop/filesystem.nix b/systems/laptop/filesystem.nix index 8567e5b..facfb7d 100755 --- a/systems/laptop/filesystem.nix +++ b/systems/laptop/filesystem.nix @@ -40,11 +40,11 @@ in { in { "/" = { - device = "/dev/disk/by-uuid/e8a3dd5a-7b71-4d86-b157-bac5e0ba7429"; + device = "/dev/disk/by-uuid/aae33e00-125e-4f1c-b9aa-9fc512335b7f"; fsType = "ext4"; }; "/boot" = { - device = "/dev/disk/by-uuid/E946-BD04"; + device = "/dev/disk/by-uuid/C506-9E18"; fsType = "vfat"; options = laptop.boot.options; }; @@ -53,7 +53,7 @@ in { // (builtins.listToAttrs (map sambaMounts sambaDrives)); swapDevices = [ - {device = "/dev/disk/by-uuid/7730bd62-75e2-4b6c-8dcd-f18189ee2845";} + {device = "/dev/disk/by-uuid/68d6072a-e21b-4d11-88fd-22c5b9932a50";} ]; systemd.tmpfiles.rules = [