fix: disable cuda
fix: reenable minion
This commit is contained in:
parent
37f5175f5e
commit
aab0cc5e2b
|
@ -88,7 +88,7 @@ in
|
||||||
nix.gc.automatic = lib.mkForce false;
|
nix.gc.automatic = lib.mkForce false;
|
||||||
nixpkgs.hostPlatform = "x86_64-linux";
|
nixpkgs.hostPlatform = "x86_64-linux";
|
||||||
|
|
||||||
nixpkgs.config.cudaSupport = true;
|
#nixpkgs.config.cudaSupport = true;
|
||||||
|
|
||||||
environment.systemPackages = [ streamcontroller ];
|
environment.systemPackages = [ streamcontroller ];
|
||||||
services.udev.packages = [ streamcontroller ];
|
services.udev.packages = [ streamcontroller ];
|
||||||
|
|
|
@ -26,7 +26,7 @@ let
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
#home.packages = [ pkgs.minion ];
|
home.packages = [ pkgs.minion ];
|
||||||
# yet another program that uses the config file as a live state file
|
# yet another program that uses the config file as a live state file
|
||||||
# Why?
|
# Why?
|
||||||
home.activation.installMinionConfig = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
home.activation.installMinionConfig = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||||
|
|
Loading…
Reference in a new issue