Skip to content

Instantly share code, notes, and snippets.

@tilpner
Created November 2, 2017 04:38
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 tilpner/1d1dc0208501694ec29b68a09063d95b to your computer and use it in GitHub Desktop.
Save tilpner/1d1dc0208501694ec29b68a09063d95b to your computer and use it in GitHub Desktop.
{
foo = { config, pkgs, ... }: {
deployment = {
targetHost = "foo.bar";
targetPort = 8;
};
imports = [ ./configuration.nix ];
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment