phosh: disable gvfs service

This commit is contained in:
Colin 2023-02-07 09:44:58 +00:00
parent ce60270821
commit 4a886b9e9b

View File

@ -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;