Skip to content

Instantly share code, notes, and snippets.

Created January 7, 2018 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/98dc0abcc997262b1e47f6a7bb0acb36 to your computer and use it in GitHub Desktop.
Save anonymous/98dc0abcc997262b1e47f6a7bb0acb36 to your computer and use it in GitHub Desktop.
fileSystems."/mnt/openhab" = {
device = "//192.168.1.45/openHAB-share";
fsType = "cifs";
options = [ "uid=1000" "dir_mode=0777" "file_mode=0777" "username=openhabian" "password=openhabian" "x-systemd.automount" "noauto" "x-systemd.idle-timeout=60" "x-systemd.device-timeout=5s" "x-systemd.mount- timeout=5s"];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment