add powertop

This commit is contained in:
2023-08-06 09:46:37 +08:00
parent 1b87ad7ab9
commit 144cc383ed
2 changed files with 6 additions and 1 deletions

View File

@@ -314,6 +314,11 @@
./modules
(inputs: { config.nixos =
{
fileSystems.mount =
{
btrfs."/dev/disk/by-uuid/3c538298-d5cd-4a37-96f8-8f5b82793c91"."/" = "/";
vfat."/dev/disk/by-uuid/3E56-A14D" = "/boot/efi";
};
packages.packageSet = "server";
services.sshd.enable = true;
boot.grub.installDevice = "/dev/disk/by-path/pci-0000:00:05.0-scsi-0:0:0:0";

View File

@@ -40,7 +40,7 @@ inputs:
# lsxx
pciutils usbutils lshw util-linux lsof
# top
iotop iftop htop btop
iotop iftop htop btop powertop
# editor
vim nano bat
# downloader