From 10e5afd7410a4611d436bf93772cb5a34aea42d0 Mon Sep 17 00:00:00 2001 From: alydev Date: Sun, 28 Sep 2025 15:35:06 +1000 Subject: [PATCH] update --- system/aly-laptop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/aly-laptop.nix b/system/aly-laptop.nix index a1ea258..6903d20 100644 --- a/system/aly-laptop.nix +++ b/system/aly-laptop.nix @@ -6,7 +6,7 @@ fileSystems."/mnt/storage" = { device = "aly@lan.aly.pet:/mnt/storage"; fsType = "sshfs"; - options = ["nodev", "noatime", "allow_other", "IdentityFile=/home/aly/.ssh/id_ed25519"]; + options = ["nodev,noatime,allow_other,IdentityFile=/home/aly/.ssh/id_ed25519"]; }; services.logind = { lidSwitch = "suspend";