about summary refs log tree commit diff
path: root/nixos/tests/privoxy.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-03-21 00:15:30 +0100
committerRobert Hensing <robert@roberthensing.nl>2022-03-28 14:11:58 +0200
commitaa0f27abb06ca66a1dc99493ada65e2bbd6000c9 (patch)
tree9ba9187aaa5cdd641506fcde184c4cb850885f5a /nixos/tests/privoxy.nix
parentecbf5ae27a9ee6e877a20e3abce85c21e4bda9c2 (diff)
downloadnixlib-aa0f27abb06ca66a1dc99493ada65e2bbd6000c9.tar
nixlib-aa0f27abb06ca66a1dc99493ada65e2bbd6000c9.tar.gz
nixlib-aa0f27abb06ca66a1dc99493ada65e2bbd6000c9.tar.bz2
nixlib-aa0f27abb06ca66a1dc99493ada65e2bbd6000c9.tar.lz
nixlib-aa0f27abb06ca66a1dc99493ada65e2bbd6000c9.tar.xz
nixlib-aa0f27abb06ca66a1dc99493ada65e2bbd6000c9.tar.zst
nixlib-aa0f27abb06ca66a1dc99493ada65e2bbd6000c9.zip
treewide: machine -> nodes.machine
Diffstat (limited to 'nixos/tests/privoxy.nix')
-rw-r--r--nixos/tests/privoxy.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/privoxy.nix b/nixos/tests/privoxy.nix
index d16cc498691f..47072ce4b0af 100644
--- a/nixos/tests/privoxy.nix
+++ b/nixos/tests/privoxy.nix
@@ -33,7 +33,7 @@ in
     maintainers = [ rnhmjoj ];
   };
 
-  machine = { ... }: {
+  nodes.machine = { ... }: {
     services.nginx.enable = true;
     services.nginx.virtualHosts."example.com" = {
       addSSL = true;