temp testing

This commit is contained in:
mjallen18
2025-08-23 14:34:45 -05:00
parent a233606e8d
commit c680392513
7 changed files with 238 additions and 139 deletions

View File

@@ -1,4 +1,4 @@
{ lib, ... }:
{ config, lib, namespace, ... }:
{
nix = {
settings = {
@@ -29,6 +29,7 @@
nixpkgs = {
config = {
allowUnfree = lib.mkForce true;
cudaSupport =lib.mkDefault config.${namespace}.hardware.nvidia.enable;
allowUnsupportedSystem = true;
permittedInsecurePackages = [
# ...