From 36487223d610fadc97e4f2d9eb7947edded3d147 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 9 Jul 2025 01:32:47 +0200 Subject: [PATCH] System: Disable flatpak on headless hosts --- system/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/default.nix b/system/default.nix index 80829a1f..b8920eff 100644 --- a/system/default.nix +++ b/system/default.nix @@ -340,7 +340,7 @@ with mylib.networking; { acpid.enable = true; dbus.enable = true; - flatpak.enable = true; # Not quite the nix style but useful for bottles/proprietary stuff/steam/gaming + flatpak.enable = !headless; # Not quite the nix style but useful for bottles/proprietary stuff/steam/gaming fstrim.enable = true; # SSD fwupd.enable = true; # Device firmware (I don't think I have any supported devices) # locate.enable = true; # Periodically update index