fixed encryption key and ESP location

This commit is contained in:
yaroslav
2026-05-08 01:36:35 +03:00
parent cc5f1561d3
commit aea3ec4e93
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
};
fileSystems."/boot" =
{ device = "/dev/nvme0n1p5";
{ device = "/dev/nvme0n1p1";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};