mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
feat(configuration): update journald and serial settings
- Set journald console to `/dev/ttyS0` for improved logging. - Disable `serial-getty@ttyS0` service to avoid conflicts.
This commit is contained in:
parent
c4b1431221
commit
bbbce81541
1 changed files with 3 additions and 0 deletions
|
@ -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; }];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue