nixos/flatpak: slim down test enviroment a bit

This commit is contained in:
Jan Tojnar 2018-07-15 19:20:20 +02:00
parent c798c33de2
commit 5b1f6b5959
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -10,6 +10,7 @@ import ./make-test.nix ({ pkgs, ... }:
machine = { config, pkgs, ... }: {
imports = [ ./common/x11.nix ];
services.xserver.desktopManager.gnome3.enable = true; # TODO: figure out minimal environment where the tests work
environment.gnome3.excludePackages = pkgs.gnome3.optionalPackages;
services.flatpak.enable = true;
environment.systemPackages = with pkgs; [ gnupg gnome-desktop-testing ostree python2 ];
virtualisation.memorySize = 2047;