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