deployment: rename from colmena (for potential change in stack)
This commit is contained in:
parent
54dd52b978
commit
9ae5563f83
3 changed files with 3 additions and 3 deletions
10
deployment/local.nix
Normal file
10
deployment/local.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ name, nodes, config, lib, pkgs, ... }:
|
||||
|
||||
let sources = import ../npins;
|
||||
in {
|
||||
deployment = {
|
||||
allowLocalDeployment = true;
|
||||
targetHost = null;
|
||||
tags = [ "local" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue