feat: updated uuid

This commit is contained in:
Nick 2025-02-25 01:04:07 -06:00
parent b8c25f618e
commit fcb256eb2b

View file

@ -71,11 +71,11 @@ in
in in
{ {
"/" = { "/" = {
device = "/dev/disk/by-uuid/abf85775-d233-4303-ad03-652137d0fa6f"; device = "/dev/disk/by-uuid/57e88a48-00eb-46ca-9e2a-855de7e066b2";
fsType = "ext4"; fsType = "ext4";
}; };
"/boot" = { "/boot" = {
device = "/dev/disk/by-uuid/73E2-4DC1"; device = "/dev/disk/by-uuid/F095-17B7";
fsType = "vfat"; fsType = "vfat";
options = jupiter.boot.options; options = jupiter.boot.options;
}; };
@ -85,7 +85,7 @@ in
// (builtins.listToAttrs (map sambaMounts sambaDrives)); // (builtins.listToAttrs (map sambaMounts sambaDrives));
swapDevices = [ swapDevices = [
{ device = "/dev/disk/by-uuid/1a8c0107-315e-427a-bc82-9e73dc3bf8f3"; } { device = "/dev/disk/by-uuid/56c84b5e-83b4-4ea1-b6ec-a29fc057292d"; }
]; ];
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [