aboutsummaryrefslogtreecommitdiff
path: root/hosts/myrtle/configuration.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-01-22 03:55:24 +0000
committerAkshay <[email protected]>2023-01-22 03:55:24 +0000
commitd328d8acc452f1d22dd6395e82e616aa4605fd38 (patch)
tree9b1fc5f3b5fc355cdd179e203f522ea528f8ea6b /hosts/myrtle/configuration.nix
parent563855b35d41305eb9647d687f5e57af6e66ac14 (diff)
rework sizing; enable powertop
Diffstat (limited to 'hosts/myrtle/configuration.nix')
-rw-r--r--hosts/myrtle/configuration.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/myrtle/configuration.nix b/hosts/myrtle/configuration.nix
index 8803649..2f47776 100644
--- a/hosts/myrtle/configuration.nix
+++ b/hosts/myrtle/configuration.nix
@@ -103,7 +103,9 @@
103 enable = true; 103 enable = true;
104 enableUserService = true; 104 enableUserService = true;
105 }; 105 };
106 services.supergfxd.enable = true; 106 services.supergfxd.enable = false;
107
108 powerManagement.powertop.enable = true;
107 109
108 users.users.np = { 110 users.users.np = {
109 isNormalUser = true; 111 isNormalUser = true;