From 475374c653c0f5d9ea1f8ebe3483b5bcb34d1c84 Mon Sep 17 00:00:00 2001 From: Lgmrszd Date: Sat, 28 Oct 2023 20:36:02 +0300 Subject: [PATCH] disable /boot automount --- hardware-configurations/laptop.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hardware-configurations/laptop.nix b/hardware-configurations/laptop.nix index 3e11edc..ccdcc18 100644 --- a/hardware-configurations/laptop.nix +++ b/hardware-configurations/laptop.nix @@ -39,10 +39,10 @@ fsType = "vfat"; options = [ "noauto" - "x-systemd.automount" - "x-systemd.idle-timeout=1min" - "x-systemd.device-timeout=1s" - "x-systemd.mount-timeout=5s" + # "x-systemd.automount" + # "x-systemd.idle-timeout=1min" + # "x-systemd.device-timeout=1s" + # "x-systemd.mount-timeout=5s" ]; };