mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +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 = {
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user