From 470d9c3b08435c7e27a5ef5ed9608fdd2989f528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikodem=20Rabuli=C5=84ski?= Date: Thu, 8 Feb 2024 20:35:16 +0100 Subject: [PATCH] hosts/kazuki/storage: auto mount --- hosts/kazuki/storage.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/kazuki/storage.nix b/hosts/kazuki/storage.nix index 70acf43..d48ab79 100644 --- a/hosts/kazuki/storage.nix +++ b/hosts/kazuki/storage.nix @@ -14,7 +14,6 @@ options = [ "iocharset=utf8" "x-systemd.automount" - "noauto" "x-systemd.device-timeout=5s" "x-systemd.mount-timeout=5s" "uid=${toString config.users.users.atticd.uid}"