2026.08.06

This commit is contained in:
2026-08-06 08:33:47 +08:00
parent c543411a37
commit d0c8e6cf37
2 changed files with 48 additions and 4 deletions

View File

@@ -12,12 +12,12 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/94775292-6fce-4e1a-b8f1-e99508b509ed";
{ device = "/dev/disk/by-uuid/f9d21cf3-b363-4b0c-be63-d1a6a70f764c";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/5d81f282-c3e2-4bc3-bbe9-857809194f90";
{ device = "/dev/disk/by-uuid/f9d21cf3-b363-4b0c-be63-d1a6a70f764c";
fsType = "ext4";
};