Skip to content

Commit

Permalink
feat(mixins/energy): change scaphandre default port to 8888
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed May 14, 2024
1 parent cd05e2d commit b197752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixins/energy.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, ... }:

let
port = 8080;
port = 8888;
in
{
boot.kernelModules = [ "intel_rapl_common" ];
Expand Down

0 comments on commit b197752

Please sign in to comment.