Merge pull request #270 from matter-labs/serial

feat(configuration): update journald and serial settings
This commit is contained in:
Harald Hoyer 2025-02-19 11:30:28 +01:00 committed by GitHub
commit ee3061b2ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,6 +63,9 @@
''
);
services.journald.console = "/dev/ttyS0";
systemd.services."serial-getty@ttyS0".enable = lib.mkForce false;
# the container might want to listen on ports
networking.firewall.enable = true;
networking.firewall.allowedTCPPortRanges = [{ from = 1024; to = 65535; }];