allow unfree

This commit is contained in:
2024-10-18 16:06:50 -05:00
parent b671b7453d
commit 22f3ab8f51
2 changed files with 8 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, lib, pkgs, core_inputs, ... }:
{ config, lib, pkgs, ... }:
{
@@ -13,6 +13,8 @@
config = lib.mkIf config.sysconfig.homebox.enable {
allowUnfree = true;
assertions = [
{
assertion = !config.sysconfig.laptop.enable;