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"