From 05c8901c21fdab00bba197c5581f61ee25c0313f Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 6 Feb 2025 22:54:53 -0600 Subject: [PATCH] feat: updated uuid --- systems/desktop/config/filesystem.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/systems/desktop/config/filesystem.nix b/systems/desktop/config/filesystem.nix index e46b984..b71c625 100755 --- a/systems/desktop/config/filesystem.nix +++ b/systems/desktop/config/filesystem.nix @@ -71,11 +71,11 @@ in in { "/" = { - device = "/dev/disk/by-uuid/58987815-99d2-4a26-b260-529a4e78b854"; + device = "/dev/disk/by-uuid/abf85775-d233-4303-ad03-652137d0fa6f"; fsType = "ext4"; }; "/boot" = { - device = "/dev/disk/by-uuid/D39C-83F7"; + device = "/dev/disk/by-uuid/73E2-4DC1"; fsType = "vfat"; options = desktop.boot.options; }; @@ -85,7 +85,7 @@ in // (builtins.listToAttrs (map sambaMounts sambaDrives)); swapDevices = [ - { device = "/dev/disk/by-uuid/f5d9890c-b341-47b0-8726-40afb645db56"; } + { device = "/dev/disk/by-uuid/1a8c0107-315e-427a-bc82-9e73dc3bf8f3"; } ]; systemd.tmpfiles.rules = [