ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
at stable 14 lines 299 B view raw
1# SPDX-License-Identifier: AGPL-3.0-or-later 2# Copyright 2024-2025 wire Contributors 3 4{ 5 wire.testing.test_remote_deploy = { 6 nodes.deployer = { 7 _wire.deployer = true; 8 }; 9 nodes.receiver = { 10 _wire.receiver = true; 11 }; 12 testScript = builtins.readFile ./script.py; 13 }; 14}