From 06df45dd7d3a76c302b25a99c2929f47d58f238c Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 22 Jan 2023 12:47:36 +0530 Subject: add turbostat --- hosts/myrtle/configuration.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'hosts/myrtle') diff --git a/hosts/myrtle/configuration.nix b/hosts/myrtle/configuration.nix index f0a34e2..20855e2 100644 --- a/hosts/myrtle/configuration.nix +++ b/hosts/myrtle/configuration.nix @@ -12,11 +12,9 @@ networking = { hostName = "myrtle"; - # wireless.enable = true; - # wireless.networks.Srividhya.psk = "gopalan2020"; wireless = { iwd.enable = true; - interfaces = [ "wl01" ]; + interfaces = [ "wlan0" ]; environmentFile = "/home/np/.wireless.env"; networks = { Sanic.psk = "@PSK_SANI@"; @@ -62,6 +60,9 @@ man-pages man-pages-posix (lib.hiPrio pkgs.bashInteractive_5) + + # turbo + config.boot.kernelPackages.turbostat ]; -- cgit v1.2.3