From 1742d0b4d5875bf4da3d2723eb515025ebe0a6c1 Mon Sep 17 00:00:00 2001 From: alydev Date: Tue, 21 Oct 2025 16:03:15 +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 a2d74f4..1429770 100644 --- a/system/aly-laptop.nix +++ b/system/aly-laptop.nix @@ -4,7 +4,7 @@ laptop = { config = '' config /home/aly/.secrets/laptop.ovpn ''; }; }; fileSystems."/mnt/storage" = { - device = "aly@lan.aly.pet:/mnt/storage"; + device = "aly@vpn.aly.pet:/mnt/storage"; fsType = "sshfs"; options = ["nodev,noatime,allow_other,IdentityFile=/home/aly/.ssh/id_ed25519"]; };