summary refs log tree commit diff
path: root/nixos/modules/config/xdg/portal.nix
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2019-07-19 19:28:51 -0400
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2019-07-19 19:28:51 -0400
commitf84a4ef8924f9e21f653b895723ee75c93b56a27 (patch)
tree45b114db8419af0f4b9cdc49435271918899da8c /nixos/modules/config/xdg/portal.nix
parent21f015dbf7f450f72b953802a0bc9991a753a2df (diff)
downloadnixpkgs-f84a4ef8924f9e21f653b895723ee75c93b56a27.tar
nixpkgs-f84a4ef8924f9e21f653b895723ee75c93b56a27.tar.gz
nixpkgs-f84a4ef8924f9e21f653b895723ee75c93b56a27.tar.bz2
nixpkgs-f84a4ef8924f9e21f653b895723ee75c93b56a27.tar.lz
nixpkgs-f84a4ef8924f9e21f653b895723ee75c93b56a27.tar.xz
nixpkgs-f84a4ef8924f9e21f653b895723ee75c93b56a27.tar.zst
nixpkgs-f84a4ef8924f9e21f653b895723ee75c93b56a27.zip
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.
Diffstat (limited to 'nixos/modules/config/xdg/portal.nix')
-rw-r--r--nixos/modules/config/xdg/portal.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/xdg/portal.nix b/nixos/modules/config/xdg/portal.nix
index 76ca435d434..6a72fab3a4a 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 "<link xlink:href='https://github.com/flatpak/xdg-desktop-portal'>xdg desktop integration</link>"//{
-        default = true;
+        default = false;
       };
 
     extraPortals = mkOption {