Skip to content

Instantly share code, notes, and snippets.

@arianvp
Created December 15, 2016 11:18
Show Gist options
  • Save arianvp/93f121c6124e2b2267594bae7138bd8f to your computer and use it in GitHub Desktop.
Save arianvp/93f121c6124e2b2267594bae7138bd8f to your computer and use it in GitHub Desktop.
{
"arianvp.me" =
{ pkgs, config, ...}:
{
simple_le = pkgs.callPackage ../nixpkgs/pkgs/tools/admin/simple_le {};
imports = [
./arianvp.me/configuration.nix
];
deployment.targetHost = "arianvp.me";
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment