Loading nixos/tests/zipline.nix +13 −0 Original line number Diff line number Diff line { lib, ... }: { name = "zipline"; meta.maintainers = with lib.maintainers; [ defelo ]; Loading @@ -20,6 +21,18 @@ networking.hosts."127.0.0.1" = [ "zipline.local" ]; }; interactive.nodes.machine = { services.zipline.settings.CORE_HOSTNAME = lib.mkForce "0.0.0.0"; networking.firewall.allowedTCPPorts = [ 8000 ]; virtualisation.forwardPorts = [ { from = "host"; host.port = 8000; guest.port = 8000; } ]; }; testScript = '' import json import re Loading Loading
nixos/tests/zipline.nix +13 −0 Original line number Diff line number Diff line { lib, ... }: { name = "zipline"; meta.maintainers = with lib.maintainers; [ defelo ]; Loading @@ -20,6 +21,18 @@ networking.hosts."127.0.0.1" = [ "zipline.local" ]; }; interactive.nodes.machine = { services.zipline.settings.CORE_HOSTNAME = lib.mkForce "0.0.0.0"; networking.firewall.allowedTCPPorts = [ 8000 ]; virtualisation.forwardPorts = [ { from = "host"; host.port = 8000; guest.port = 8000; } ]; }; testScript = '' import json import re Loading