[NixOS] Allow an insecure nix

This commit is contained in:
Ivan Malison 2024-03-12 00:10:11 -06:00
parent 23a4d50b4a
commit fdc4bda993

View File

@ -6,6 +6,7 @@ makeEnable config "modules.base" true {
"etcher" "etcher"
"electron-19.1.9" "electron-19.1.9"
"openssl-1.1.1w" "openssl-1.1.1w"
"nix-2.16.2"
]; ];
# Disabling these waits disables the stuck on boot up issue # Disabling these waits disables the stuck on boot up issue