From 31b23c59340157e21cb97a3b34877e4984d83e62 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 23 Oct 2024 17:06:03 +0200 Subject: [PATCH] feat: enable nixos-test --- hosts/lambdaos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index a747a8f..c0618bd 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -48,7 +48,7 @@ sandbox = true; show-trace = true; - system-features = [ "big-parallel" "kvm" "recursive-nix" ]; + system-features = [ "nixos-test" "recursive-nix" ]; sandbox-paths = [ "/bin/sh=${pkgs.busybox-sandbox-shell.out}/bin/busybox" ]; };