From 9af8bc452c8308516519d1c0daee5b334c1e000a Mon Sep 17 00:00:00 2001
From: Mark Nipper <nipsy@bitgnome.net>
Date: Fri, 7 Feb 2025 12:44:42 -0800
Subject: Remove dangling unfree option

---
 flake.nix | 2 --
 1 file changed, 2 deletions(-)

diff --git a/flake.nix b/flake.nix
index 098f911..fb02f14 100644
--- a/flake.nix
+++ b/flake.nix
@@ -131,8 +131,6 @@
       iso = nixpkgs.lib.nixosSystem {
         modules = [
           ({ modulesPath, pkgs, ... }: {
-            allowUnfree = true;
-
             environment.systemPackages = with pkgs; [
               acl
               bash
-- 
cgit v1.2.3