From 69a7cfd9993fc22d21de3e3f6f8b85be50457165 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Tue, 2 Jan 2024 16:21:11 +0800 Subject: [PATCH] fix(spec): allow unfree software --- spec/constant.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/constant.nix b/spec/constant.nix index f3de324e..e315b671 100644 --- a/spec/constant.nix +++ b/spec/constant.nix @@ -3,5 +3,6 @@ time.timeZone = "Asia/Hong_Kong"; environment.etc.nixos.source = "/nix/persist/config"; nix.settings.experimental-features = [ "nix-command" "flakes" ]; + nixpkgs.config.allowUnfree = true; system.stateVersion = "23.11"; }