From fdc4bda99311ce1726d168fb3d15cc5f047d32ac Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 12 Mar 2024 00:10:11 -0600 Subject: [PATCH] [NixOS] Allow an insecure nix --- nixos/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/base.nix b/nixos/base.nix index 758f0144..0bf5083e 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -6,6 +6,7 @@ makeEnable config "modules.base" true { "etcher" "electron-19.1.9" "openssl-1.1.1w" + "nix-2.16.2" ]; # Disabling these waits disables the stuck on boot up issue