Enable Sysprof

This commit is contained in:
Andrew Kvalheim 2023-12-21 11:56:04 -08:00
parent 01bf49bde0
commit 6a9e339b5b
2 changed files with 4 additions and 0 deletions

View file

@ -946,6 +946,7 @@ swappable
swappiness
Syncthing
sysfs
Sysprof
systemd
Tahoma
Takoradi

View file

@ -108,5 +108,8 @@ in
# Firmware updates
hardware.enableRedistributableFirmware = true;
services.fwupd.enable = true;
# Profiling
services.sysprof.enable = true;
};
}