This commit is contained in:
caandt 2025-08-13 11:25:52 -04:00
parent d0587daf1e
commit 2cff9a6429

View file

@ -18,7 +18,7 @@
boot.extraModulePackages = [];
fileSystems."/" = {
device = "/dev/disk/by-uuid/e9de5286-c8b1-4629-be01-f052c34b4062";
device = "/dev/disk/by-uuid/54ac149b-bc06-440c-b832-1af6be370d62";
fsType = "ext4";
};
@ -30,7 +30,7 @@
boot.initrd.luks.devices."drive".device = "/dev/disk/by-uuid/60d5cc58-4381-4869-a1b5-d4e2bf1afdfd";
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/F0F5-744F";
device = "/dev/disk/by-uuid/95E7-3B26";
fsType = "vfat";
options = ["fmask=0022" "dmask=0022"];
};