From a3176689a86b58a3f86b758e5785cc916e66bdd4 Mon Sep 17 00:00:00 2001 From: 4DBug <4DBug@github.com> Date: Thu, 5 Feb 2026 11:33:26 -0600 Subject: [PATCH] push --- modules/sshfs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sshfs.nix b/modules/sshfs.nix index 81d2185..72de790 100644 --- a/modules/sshfs.nix +++ b/modules/sshfs.nix @@ -12,7 +12,7 @@ device = "bug@box.bug.tools:/"; fsType = "fuse.sshfs"; options = [ - "identityfile=/home/youruser/.ssh/id_ed25519" + "identityfile=/home/bug/.ssh/id_ed25519" "allow_other" "x-systemd.automount" "noauto"