mirror of
https://github.com/alyssadev/nixos.git
synced 2025-12-01 10:39:39 +10:00
parent
6824909dbe
commit
1742d0b4d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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"];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue