apps/run-workflow-with-vm: set to allow unfree in nixpkgs config

This commit is contained in:
Gabriel Arazas 2025-01-05 19:01:11 +08:00
parent 861aa28201
commit 41ab997c3a
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -47,6 +47,8 @@ import <nixpkgs/nixos/lib/eval-config.nix> {
]; ];
config = { config = {
nixpkgs.config.allowUnfree = true;
# Enable the display manager of choice. # Enable the display manager of choice.
services.displayManager.enable = true; services.displayManager.enable = true;
services.xserver.displayManager.gdm.enable = true; services.xserver.displayManager.gdm.enable = true;