disable /boot automount

This commit is contained in:
Lgmrszd 2023-10-28 20:36:02 +03:00
parent 62bbcb2147
commit 475374c653
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE

View file

@ -39,10 +39,10 @@
fsType = "vfat"; fsType = "vfat";
options = [ options = [
"noauto" "noauto"
"x-systemd.automount" # "x-systemd.automount"
"x-systemd.idle-timeout=1min" # "x-systemd.idle-timeout=1min"
"x-systemd.device-timeout=1s" # "x-systemd.device-timeout=1s"
"x-systemd.mount-timeout=5s" # "x-systemd.mount-timeout=5s"
]; ];
}; };