summaryrefslogtreecommitdiff
path: root/hosts/tomato/hardware.nix
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-06-14 17:06:54 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-06-14 17:06:54 -0500
commit684ce4eac37ca022ad253fcb37bed5c17a301f33 (patch)
tree96620dee7b2024fefd3e8427e122e5f9288dbe17 /hosts/tomato/hardware.nix
parent94c63b5d30fae31b0b10f874bf5dc36d5d636275 (diff)
downloadnixos-config-684ce4eac37ca022ad253fcb37bed5c17a301f33.tar.gz
nixos-config-684ce4eac37ca022ad253fcb37bed5c17a301f33.zip
modules/unfree: Add unfree module and use it
Diffstat (limited to 'hosts/tomato/hardware.nix')
-rw-r--r--hosts/tomato/hardware.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/tomato/hardware.nix b/hosts/tomato/hardware.nix
index 7fdb646..f08e788 100644
--- a/hosts/tomato/hardware.nix
+++ b/hosts/tomato/hardware.nix
@@ -39,6 +39,7 @@ in
linux-firmware
broadcom-bt-firmware
];
+ this.unfree.allowed = ["broadcom-bt-firmware"];
nixpkgs.hostPlatform = "x86_64-linux";
}