From f84a4ef8924f9e21f653b895723ee75c93b56a27 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Fri, 19 Jul 2019 19:28:51 -0400 Subject: nixos/xdg: Disables portal by default... Left to do: re-enable as needed in the usual situations. This added ~286MiB to the base system closure, which is enough to bring the sd images over the limit allowed on Hydra. --- nixos/modules/config/xdg/portal.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/config/xdg') diff --git a/nixos/modules/config/xdg/portal.nix b/nixos/modules/config/xdg/portal.nix index 76ca435d434a..6a72fab3a4a4 100644 --- a/nixos/modules/config/xdg/portal.nix +++ b/nixos/modules/config/xdg/portal.nix @@ -4,7 +4,7 @@ with lib; options.xdg.portal = { enable = mkEnableOption "xdg desktop integration"//{ - default = true; + default = false; }; extraPortals = mkOption { -- cgit 1.4.1