summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-08-20 15:08:11 -0400
committerseth <[email protected]>2023-08-20 15:08:11 -0400
commit2bf57882139e4c80616b3e3ebd0b17797f0386c0 (patch)
tree515cb05529f2743f35c4a254a9af3f873ebf3dbd /hosts
parent3b4dc4441edcb5732f89c8b3b9449476028522e4 (diff)
hosts/glados: enable flatpak & fwupd
Diffstat (limited to 'hosts')
-rw-r--r--hosts/glados/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix
index 54634b2..2913c55 100644
--- a/hosts/glados/default.nix
+++ b/hosts/glados/default.nix
@@ -30,6 +30,11 @@ _: {
abrmd.enable = true;
};
+ services = {
+ flatpak.enable = true;
+ fwupd.enable = true;
+ };
+
zramSwap = {
enable = true;
algorithm = "zstd";