Archived
1
0
forked from rarias/bscpkgs

xeon08: Enable lttng lockdep tracepoints

This commit is contained in:
2023-06-09 08:04:30 +02:00
parent 5421eab09a
commit d35becb663
2 changed files with 16 additions and 5 deletions

View File

@@ -18,6 +18,10 @@
# disable automatic garbage collector
nix.gc.automatic = lib.mkForce false;
# members of the tracing group can use the lttng-provided kernel events
# without root permissions
users.groups.tracing.members = [ "arocanon" ];
# set up both ethernet and infiniband ips
networking = {
hostName = "xeon08";