deployment: remove redundant import

This commit is contained in:
Katherina Walshe-Grey 2024-08-05 02:31:18 +01:00
parent 9ae5563f83
commit e9f64faa6f

View file

@ -1,7 +1,6 @@
{ name, nodes, config, lib, pkgs, ... }:
let sources = import ../npins;
in {
{
deployment = {
allowLocalDeployment = true;
targetHost = null;