machines/core: migrate allowUnfree to flake config

This commit is contained in:
Felix Buehler 2023-11-12 22:42:51 +01:00
parent c82d8feee1
commit 57e8612d0d
2 changed files with 1 additions and 2 deletions

View file

@ -27,6 +27,7 @@ let
{
imports = [
({ pkgs, ... }: {
nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = [
overlay-unstable
(import ../overlays)