mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 16:57:56 +00:00
apps/run-workflow-with-vm: set to allow unfree in nixpkgs config
This commit is contained in:
parent
861aa28201
commit
41ab997c3a
@ -47,6 +47,8 @@ import <nixpkgs/nixos/lib/eval-config.nix> {
|
||||
];
|
||||
|
||||
config = {
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Enable the display manager of choice.
|
||||
services.displayManager.enable = true;
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user