This commit is contained in:
alydev 2025-10-21 16:34:28 +10:00
parent ff1e5205fc
commit 23a3f595f1

View file

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