mount config

This commit is contained in:
Sense T 2023-06-26 19:41:18 +08:00
parent 3bd1db2e9c
commit 26d87e6593

View File

@ -16,10 +16,11 @@
fileSystems."/" = { fileSystems."/" = {
device = "tmpfs"; device = "tmpfs";
fsType = "tmpfs"; fsType = "tmpfs";
options = [ "relatime" "mode=755" ];
}; };
fileSystems."/boot" = { fileSystems."/boot" = {
device = "/dev/disk/by-uuid/7035-66A6"; device = "/dev/disk/by-uuid/8095-BE1B";
fsType = "vfat"; fsType = "vfat";
}; };