fix: disable cuda

fix: reenable minion
This commit is contained in:
Patrick 2024-09-01 15:54:26 +02:00
parent 37f5175f5e
commit aab0cc5e2b
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
2 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@ in
nix.gc.automatic = lib.mkForce false;
nixpkgs.hostPlatform = "x86_64-linux";
nixpkgs.config.cudaSupport = true;
#nixpkgs.config.cudaSupport = true;
environment.systemPackages = [ streamcontroller ];
services.udev.packages = [ streamcontroller ];

View file

@ -26,7 +26,7 @@ let
'';
in
{
#home.packages = [ pkgs.minion ];
home.packages = [ pkgs.minion ];
# yet another program that uses the config file as a live state file
# Why?
home.activation.installMinionConfig = lib.hm.dag.entryAfter [ "writeBoundary" ] ''