Skip to content

Commit

Permalink
Fix eval error
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfullmer committed Nov 4, 2022
1 parent 0a83f5d commit 398add6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/xavier-nx-devkit-emmc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
imports = [ ./xavier-nx.nix ];

config = lib.mkIf config.hardware.nvidia-jetpack.enable {
services.nvfancontrol.enable = mkDefault true;
services.nvfancontrol.enable = lib.mkDefault true;
};
}

0 comments on commit 398add6

Please sign in to comment.