From 06e032f5de5a587369e384c12fc78923053f3b37 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 10 Oct 2024 23:20:44 -0700 Subject: [PATCH] feat(adrastea): enable flatpaks --- hosts/adrastea/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/adrastea/configuration.nix b/hosts/adrastea/configuration.nix index 468d45f..c7ecf48 100755 --- a/hosts/adrastea/configuration.nix +++ b/hosts/adrastea/configuration.nix @@ -49,6 +49,8 @@ # }; # }; + services.flatpak.enable = true; + boot.initrd.luks.devices."luks-52d1be6d-b32f-41e0-a6d7-2ff52599fe7c".device = "/dev/disk/by-uuid/52d1be6d-b32f-41e0-a6d7-2ff52599fe7c"; services.tlp.enable = true;