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