aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 1eb6b68..695615a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -131,6 +131,8 @@
iso = nixpkgs.lib.nixosSystem {
modules = [
({ modulesPath, pkgs, ... }: {
+ allowUnfree = true;
+
environment.systemPackages = with pkgs; [
acl
bash