From 80e84d19acb4119807e7be36bea10f6a707c3928 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Thu, 20 Jun 2024 09:02:32 +0200 Subject: [PATCH] pro-laptop: Add distrobox --- hosts/pro-laptop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/pro-laptop/configuration.nix b/hosts/pro-laptop/configuration.nix index 1df2249..14ec850 100644 --- a/hosts/pro-laptop/configuration.nix +++ b/hosts/pro-laptop/configuration.nix @@ -37,6 +37,7 @@ server = { ollama.enable = true; + distrobox.enable = true; }; }; }