let pkgs = import {}; in { "igctf-test3" = { config, pkgs, ... }: { deployment.targetHost = "51.15.125.82"; deployment.targetUser = "root"; imports = [ ./configuration.nix ./containers.nix ]; }; }