From 9c8be0b5a57ee4d6efe759b05c5c7d7074eac65c Mon Sep 17 00:00:00 2001 From: Ben Millwood Date: Sat, 27 Jun 2026 15:22:02 +0100 Subject: [PATCH] nixos/tests/outline: Switch from VM to container --- nixos/tests/outline.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nixos/tests/outline.nix b/nixos/tests/outline.nix index 15abc22270d4..0956d2607f7b 100644 --- a/nixos/tests/outline.nix +++ b/nixos/tests/outline.nix @@ -7,10 +7,7 @@ xanderio ]; - node.pkgsReadOnly = false; - - nodes.outline = { - virtualisation.memorySize = 2 * 1024; + containers.outline = { services.outline = { enable = true; forceHttps = false;