feat(dgn-console): Add perf

This commit is contained in:
Tom Hubrecht 2024-04-28 19:16:56 +02:00
parent 4e7b3154da
commit 17a6e085b5

View file

@ -76,7 +76,9 @@ in
mtr
tcpdump
])
++ lib.optional
++ [ config.boot.kernelPackages.perf ]
++
lib.optional
(config.services.postgresql.enable && config.services.postgresql.package != cfg.pg-upgrade-to)
(
pkgs.writeScriptBin "upgrade-pg-cluster" ''