This commit is contained in:
mjallen18
2025-10-09 14:53:19 -05:00
parent 8677ca747a
commit ef22231dd7
13 changed files with 311 additions and 271 deletions

View File

@@ -6,7 +6,7 @@ with lib;
port = mkOption {
type = types.port;
default = 9898;
default = 8080;
description = "Port for crowdsec API";
};