From c27dbfbd132aa8ff8d8b2318f309c8023f08fe97 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 22 Feb 2023 11:14:15 -0300 Subject: etc/nix/configuration.nix: Disable flatpak service --- etc/nix/configuration.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'etc/nix/configuration.nix') diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index f52cd8e..97f383e 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -76,7 +76,6 @@ services = { upower.enable = true; - flatpak.enable = true; postfix.enable = true; openssh = { @@ -159,10 +158,5 @@ }; }; - xdg.portal = { - enable = true; - extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; - }; - virtualisation.docker.enable = true; } -- cgit v1.2.3