Add AMD uProf module and enable it in fox

This commit is contained in:
2025-06-20 15:51:46 +02:00
parent 3d12842e0d
commit df402da577
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
@@ -28,6 +29,8 @@
# Expose kernel addresses
boot.kernel.sysctl."kernel.kptr_restrict" = 0;
services.amd-uprof.enable = true;
services.openssh.settings.X11Forwarding = true;
networking = {