forked from DGNum/infrastructure
feat(dgn-console): Add perf
This commit is contained in:
parent
4e7b3154da
commit
17a6e085b5
1 changed files with 22 additions and 20 deletions
|
@ -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" ''
|
||||
|
|
Loading…
Reference in a new issue