summary refs log tree commit diff
path: root/nixos/tests/transmission.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/transmission.nix')
-rw-r--r--nixos/tests/transmission.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/transmission.nix b/nixos/tests/transmission.nix
index 7e2648804de..b69ddd84d00 100644
--- a/nixos/tests/transmission.nix
+++ b/nixos/tests/transmission.nix
@@ -4,7 +4,7 @@ import ./make-test-python.nix ({ pkgs, ...} : {
     maintainers = [ coconnor ];
   };
 
-  machine = { ... }: {
+  nodes.machine = { ... }: {
     imports = [ ../modules/profiles/minimal.nix ];
 
     networking.firewall.allowedTCPPorts = [ 9091 ];