summary refs log tree commit diff
path: root/nixos/tests/installed-tests
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/installed-tests')
-rw-r--r--nixos/tests/installed-tests/flatpak.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/installed-tests/flatpak.nix b/nixos/tests/installed-tests/flatpak.nix
index cbd25484e3d..091c9932662 100644
--- a/nixos/tests/installed-tests/flatpak.nix
+++ b/nixos/tests/installed-tests/flatpak.nix
@@ -8,7 +8,7 @@ makeInstalledTest {
     services.xserver.desktopManager.gnome3.enable = true; # TODO: figure out minimal environment where the tests work
     # common/x11.nix enables the auto display manager (lightdm)
     services.xserver.displayManager.gdm.enable = false;
-    environment.gnome3.excludePackages = pkgs.gnome3.optionalPackages;
+    services.gnome3.core-utilities.enable = false;
     services.flatpak.enable = true;
     environment.systemPackages = with pkgs; [ gnupg ostree python2 ];
     virtualisation.memorySize = 2047;