mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-13 20:49:40 +10:00
update
This commit is contained in:
parent
22a349a7a9
commit
c4f365df53
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
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,guest,vers=3.0,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