nixos/tests/netbox: run in nspawn

Faster and cheaper.
This commit is contained in:
Martin Weinelt
2026-07-07 17:43:37 +02:00
parent 1a8e82de98
commit c36fc51c38
+1 -2
View File
@@ -27,10 +27,9 @@ import ../../make-test-python.nix (
skipTypeCheck = true;
nodes.machine =
containers.machine =
{ config, ... }:
{
virtualisation.memorySize = 2048;
services.netbox = {
enable = true;
package = netbox;