From 8390e3d280b7daca1ef2b7638477b67d2f178551 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 7 Feb 2023 09:44:58 +0000 Subject: [PATCH] phosh: disable gvfs service --- hosts/modules/gui/phosh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/modules/gui/phosh.nix b/hosts/modules/gui/phosh.nix index 0dffdf0d6..9494a9b5c 100644 --- a/hosts/modules/gui/phosh.nix +++ b/hosts/modules/gui/phosh.nix @@ -82,6 +82,8 @@ in # gnome doesn't use mkDefault for these -- unclear why not services.gnome.evolution-data-server.enable = mkForce false; services.gnome.gnome-online-miners.enable = mkForce false; + # TODO: re-enable this once we can cross-compile gvfs + services.gvfs.enable = mkForce false; # XXX: phosh enables networkmanager by default; can probably disable these lines networking.useDHCP = false;