mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
add powertop
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user