Add AMD uProf module and enable it in fox

This commit is contained in:
2025-06-20 15:51:46 +02:00
parent 4eb2bf5fcf
commit e0ecd2be0c
2 changed files with 42 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
../common/base.nix
../common/xeon/console.nix
../module/emulation.nix
../module/amd-uprof.nix
];
# Select the this using the ID to avoid mismatches
@@ -22,6 +23,8 @@
# Use performance for benchmarks
powerManagement.cpuFreqGovernor = "performance";
services.amd-uprof.enable = true;
networking = {
timeServers = [ "ntp1.upc.edu" "ntp2.upc.edu" ];
hostName = "fox";