From 652be424f1b818b0954f8da5e9d8d67ff0c1b9e3 Mon Sep 17 00:00:00 2001 From: twoneis Date: Wed, 5 Jun 2024 23:41:42 +0200 Subject: [PATCH] enable containers --- devices/ellaca/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/ellaca/options.nix b/devices/ellaca/options.nix index 1fe02db..5795a2d 100644 --- a/devices/ellaca/options.nix +++ b/devices/ellaca/options.nix @@ -9,6 +9,6 @@ withGnome = false; withVM = false; - withContainers = false; + withContainers = true; withGames = false; }