Skip to content

Instantly share code, notes, and snippets.

@zimbatm
Created December 15, 2015 00:18
Show Gist options
  • Save zimbatm/d466ef56f88605f78f99 to your computer and use it in GitHub Desktop.
Save zimbatm/d466ef56f88605f78f99 to your computer and use it in GitHub Desktop.
{
network.description = "Home servers";
modulo =
{ config, pkgs, ... }:
(import ./modulo/configuration.nix { inherit config pkgs; }) // {
deployment.targetEnv = "none";
deployment.targetHost = "modulo.zimbatm.com";
deployment.owners = ["zimbatm@zimbatm.com"];
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment