From 3ed283d451a36cc07dd9cfa8427e8f2df0bce242 Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Mon, 22 Dec 2025 15:32:05 -0500 Subject: [PATCH] Adjust docker/flatpak --- hosts/default/configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 744ed39..d6c3e93 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -257,6 +257,7 @@ in uv # alternative for python env management... lazydocker # docker[/compose] tui sqlite-interactive # sqlite cli + docker-buildx # enhanced build utilities for docker duckdb # wanted mostly as cli for SQL on csv files neovim # next gen vim w/lua wget # url fetcher/spider @@ -468,7 +469,11 @@ in script.text = '' install -d -m 755 /home/wolcen/.open-webui -o root -g root ''; - }; + }; + + # Enable flatpak (used for Freetube) + services.flatpak.enable = true; + virtualisation = { # Add docker! docker.enable = true;