allow unfree
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user