mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
update
This commit is contained in:
parent
752eae8df8
commit
ef2d7d8077
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
services.openvpn.servers = {
|
||||
laptop = { config = '' config /home/aly/.secrets/laptop.ovpn ''; };
|
||||
};
|
||||
fileSystems."/mnt/media" = {
|
||||
device = "//10.8.0.4/media";
|
||||
fileSystems."/home/aly/Music" = {
|
||||
device = "//10.8.0.4/media/music";
|
||||
fsType = "cifs";
|
||||
options = ["x-systemd.requires=openvpn-laptop.service,x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s"];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue