ghidra-server: assert is unneeded

This commit is contained in:
xenia 2024-04-23 17:23:02 -04:00
parent 087f7bcc94
commit f9d4b26906
1 changed files with 0 additions and 3 deletions

View File

@ -53,9 +53,6 @@ in {
users.groups."${cfg.group}" = {};
systemd.services."ghidra-server" =
assert assertMsg (cfg.host != null) ''
services.ghidra-server.host cannot be null when services.ghidra-server.enable = true
'';
let
ghidra_log4j_config = ./custom.log4j.xml;
ghidra_java_opt = "-Dlog4j.configurationFile=${ghidra_log4j_config} -Djava.net.preferIPv4Stack=true -Djava.io.tmpdir=/tmp -Djna.tmpdir=/tmp -Dghidra.tls.server.protocols=TLSv1.2;TLSv1.3 -Ddb.buffers.DataBuffer.compressedOutput=true -Xms396m -Xmx768m";