Skip to content

Instantly share code, notes, and snippets.

@msteen
Created February 9, 2019 11:52
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 msteen/368ccb89467f670a5f5439e38050d265 to your computer and use it in GitHub Desktop.
Save msteen/368ccb89467f670a5f5439e38050d265 to your computer and use it in GitHub Desktop.
{ config, lib, ... }:
with lib;
{
systemd.services = mapAttrs' (name: _: nameValuePair "container@${name}" {
serviceConfig.TimeoutSec = "infinity";
}) config.containers;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment