From a90f1d896d41b513cb80c1e37855bc1c1f3c7fcd Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Fri, 2 Aug 2024 18:32:16 +0300 Subject: [PATCH] feat(hosts/alice): enable flatpak --- hosts/alice/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/alice/default.nix b/hosts/alice/default.nix index 31b035d..350a042 100644 --- a/hosts/alice/default.nix +++ b/hosts/alice/default.nix @@ -2,6 +2,8 @@ sops.secrets.rootPwd.neededForUsers = true; sops.secrets.skyePwd.neededForUsers = true; + services.flatpak.enable = true; + roles.base = { root = { hashedPasswordFile = config.sops.secrets.rootPwd.path; -- 2.44.1