From 8f03c4c5ce3d55874ee4abc1d957c59af7bb573a Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Wed, 29 Jan 2025 08:08:55 +0100 Subject: [PATCH] document base::enable_flatpak --- admin-guide/configuration/software/packages.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin-guide/configuration/software/packages.md b/admin-guide/configuration/software/packages.md index faa3fef3..fc7bcfc8 100644 --- a/admin-guide/configuration/software/packages.md +++ b/admin-guide/configuration/software/packages.md @@ -90,6 +90,8 @@ Note that packages installed with `pip` are not updated automatically! ## Install Software using Flatpak +Flatpak is available by default on workstation type systems. Alternatively you may enable/disable flatpak support in Hiera by setting `base::enable_flatpak` to `true` respectively `false`. + The `flatpak` tag can be used to install a software via flatpak. Best use the full Flatpak Application ID, like `dev.zed.Zed`: ```yaml