mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-13 20:49:40 +10:00
update
This commit is contained in:
parent
22667daba3
commit
b88e97609c
1 changed files with 3 additions and 3 deletions
|
@ -3,10 +3,10 @@
|
|||
services.openvpn.servers = {
|
||||
laptop = { config = '' config /home/aly/.secrets/laptop.ovpn ''; };
|
||||
};
|
||||
fileSystems."/home/aly/Music" = {
|
||||
device = "//10.8.0.4/media/music";
|
||||
fileSystems."/mnt/media" = {
|
||||
device = "//10.8.0.4/media";
|
||||
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"];
|
||||
options = ["ro,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"];
|
||||
};
|
||||
services.logind = {
|
||||
lidSwitch = "suspend";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue