diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/core/nix/default.nix | 2 | ||||
| -rw-r--r-- | modules/core/nix/extended.nix | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/modules/core/nix/default.nix b/modules/core/nix/default.nix index f90bc8b..951b676 100644 --- a/modules/core/nix/default.nix +++ b/modules/core/nix/default.nix @@ -10,8 +10,6 @@ ./nh.nix ]; - nixpkgs.config.allowUnfree = true; - nix = { optimise.automatic = true; registry.nixpkgs.flake = inputs.nixpkgs; diff --git a/modules/core/nix/extended.nix b/modules/core/nix/extended.nix index 86168f2..23415e4 100644 --- a/modules/core/nix/extended.nix +++ b/modules/core/nix/extended.nix @@ -6,7 +6,6 @@ }: { config = lib.mkIf config.modules.nix.extend { - nixpkgs.config.cudaSupport = true; programs.nix-index-database.comma.enable = true; nix = { |