Skip to content

Instantly share code, notes, and snippets.

@samueldr
Created December 29, 2017 03:42
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 samueldr/8e982bbb9f22e342ba1dcfff14c52dfb to your computer and use it in GitHub Desktop.
Save samueldr/8e982bbb9f22e342ba1dcfff14c52dfb to your computer and use it in GitHub Desktop.
{ config, ... }:
{
fileSystems."/mnt/gdrivefs" = {
device = "/var/cache/gdfs.creds";
fsType = "gdrivefs";
options = ["allow_others" "noauto"];
noCheck = true;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment