mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-21 18:57:58 +01:00
disable /boot automount
This commit is contained in:
parent
62bbcb2147
commit
475374c653
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue