nixos/flatpak: slim down test enviroment a bit
This commit is contained in:
parent
c798c33de2
commit
5b1f6b5959
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue