From 1ec3e1fb1c409c121ff055c9846ece3bbe808385 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 3 Mar 2023 02:33:44 +0000 Subject: [PATCH] phosh: re-enable gvfs (it builds) --- hosts/modules/gui/phosh.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/modules/gui/phosh.nix b/hosts/modules/gui/phosh.nix index c5a09af9..b90b2d9a 100644 --- a/hosts/modules/gui/phosh.nix +++ b/hosts/modules/gui/phosh.nix @@ -88,8 +88,6 @@ 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;