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"]; };