Split nixops deployments.

This commit is contained in:
Jonas Juselius
2017-07-06 15:06:44 +02:00
parent 3967239a50
commit f317c16852
3 changed files with 21 additions and 16 deletions

7
git.nix Normal file
View File

@@ -0,0 +1,7 @@
{
git01 = { config, lib, pkgs, ... }:
{
deployment.targetHost = "10.253.18.103";
imports = [ ./git01/configuration.nix ];
};
}