From 3975280145fe59b139843b95a0729fae2db3b089 Mon Sep 17 00:00:00 2001 From: xezo360hye Date: Wed, 4 Sep 2024 22:36:48 +0300 Subject: [PATCH] fix(system): only mount ~/Public when accessed --- system/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/common.nix b/system/common.nix index b417783..0264021 100644 --- a/system/common.nix +++ b/system/common.nix @@ -22,6 +22,8 @@ in "noatime" "allow_other" "reconnect" + "noauto" + "x-systemd.automount" "IdentityFile=/home/andrey/.ssh/id_ed25519" ]; };