about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorEmber 'n0emis' Keske <git@n0emis.eu>2022-04-19 16:37:18 +0200
committerEmber 'n0emis' Keske <git@n0emis.eu>2022-04-19 17:52:09 +0200
commit896c716d1b8fa7b39ed1c96f4ae9ec3f3e957a37 (patch)
tree58b583315236256068ca16a44aa0f256d2555d00 /nixos
parent021fad3832c5b234be31c31e5f69394745e0a2d3 (diff)
downloadnixlib-896c716d1b8fa7b39ed1c96f4ae9ec3f3e957a37.tar
nixlib-896c716d1b8fa7b39ed1c96f4ae9ec3f3e957a37.tar.gz
nixlib-896c716d1b8fa7b39ed1c96f4ae9ec3f3e957a37.tar.bz2
nixlib-896c716d1b8fa7b39ed1c96f4ae9ec3f3e957a37.tar.lz
nixlib-896c716d1b8fa7b39ed1c96f4ae9ec3f3e957a37.tar.xz
nixlib-896c716d1b8fa7b39ed1c96f4ae9ec3f3e957a37.tar.zst
nixlib-896c716d1b8fa7b39ed1c96f4ae9ec3f3e957a37.zip
netbox: 3.1.10 -> 3.2.1
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/web-apps/netbox.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/web-apps/netbox.nix b/nixos/tests/web-apps/netbox.nix
index 95f24029ec92..35decdd49e87 100644
--- a/nixos/tests/web-apps/netbox.nix
+++ b/nixos/tests/web-apps/netbox.nix
@@ -5,7 +5,7 @@ import ../make-test-python.nix ({ lib, pkgs, ... }: {
     maintainers = [ n0emis ];
   };
 
-  machine = { ... }: {
+  nodes.machine = { ... }: {
     services.netbox = {
       enable = true;
       secretKeyFile = pkgs.writeText "secret" ''