Skip to content

Instantly share code, notes, and snippets.

@ajs124

ajs124/e.nix Secret

Created March 8, 2021 21:04
Show Gist options
  • Save ajs124/a3dbaa7edd5282e28f3c5aafb7a3c357 to your computer and use it in GitHub Desktop.
Save ajs124/a3dbaa7edd5282e28f3c5aafb7a3c357 to your computer and use it in GitHub Desktop.
boot.iscsi-initiator = {
extraConfig = ''
node.conn[0].timeo.noop_out_interval = 60
node.conn[0].timeo.noop_out_timeout = 60
node.session.timeo.replacement_timeout = -1
'';
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment