nixos/boot/systemd: enable tracefs (#388751)

This commit is contained in:
Will Fancher
2025-03-10 15:19:11 -04:00
committed by GitHub
+1
View File
@@ -88,6 +88,7 @@ let
"sys-fs-fuse-connections.mount"
] ++ (optional (!config.boot.isContainer) "sys-kernel-config.mount") ++ [
"sys-kernel-debug.mount"
"sys-kernel-tracing.mount"
# Maintaining state across reboots.
"systemd-random-seed.service"