feat: updated laptop uuids

This commit is contained in:
Nick 2024-10-12 14:14:47 -05:00
parent b8f37412b2
commit 736b71a5c2

View file

@ -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 = [