From 29bd66b754735d4a1c4b60b98f3320fa4d440e71 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 7 Feb 2025 12:43:39 -0800 Subject: Allow unfree packages in custom NixOS ISO --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 695615a..098f911 100644 --- a/flake.nix +++ b/flake.nix @@ -215,6 +215,8 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; + nixpkgs.config.allowUnfree = true; + services.openssh = { enable = true; openFirewall = true; -- cgit v1.2.3