deployment: remove redundant import
This commit is contained in:
parent
9ae5563f83
commit
e9f64faa6f
|
@ -1,7 +1,6 @@
|
||||||
{ name, nodes, config, lib, pkgs, ... }:
|
{ name, nodes, config, lib, pkgs, ... }:
|
||||||
|
|
||||||
let sources = import ../npins;
|
{
|
||||||
in {
|
|
||||||
deployment = {
|
deployment = {
|
||||||
allowLocalDeployment = true;
|
allowLocalDeployment = true;
|
||||||
targetHost = null;
|
targetHost = null;
|
||||||
|
|
Loading…
Reference in a new issue