Skip to content

Commit 85c607e

Browse files
nixos/boot/systemd: enable tracefs (#388751)
2 parents 7b73ac5 + f597c68 commit 85c607e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nixos/modules/system/boot/systemd.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ let
8888
"sys-fs-fuse-connections.mount"
8989
] ++ (optional (!config.boot.isContainer) "sys-kernel-config.mount") ++ [
9090
"sys-kernel-debug.mount"
91+
"sys-kernel-tracing.mount"
9192

9293
# Maintaining state across reboots.
9394
"systemd-random-seed.service"

0 commit comments

Comments
 (0)