examples/minimal: Speed up shutdown

This commit is contained in:
Robert Hensing 2020-10-02 11:39:38 +02:00
parent b4c17aac7c
commit fa06bc80dc

View file

@ -12,6 +12,7 @@
"8000:8000" # host:container
];
service.environment.WEB_ROOT = "${pkgs.nix.doc}/share/doc/nix/manual";
service.stop_signal = "SIGINT";
};
};
}