Configuration for NixOS machines. https://jungle.bsc.es/
Go to file
Rodrigo Arias Mallo 4bd1648074 Set the serial console to ttyS1 in raccoon
Apparently the ttyS0 console doesn't exist but ttyS1 does:

  raccoon% sudo stty -F /dev/ttyS0
  stty: /dev/ttyS0: Input/output error
  raccoon% sudo stty -F /dev/ttyS1
  speed 9600 baud; line = 0;
  -brkint -imaxbel

The dmesg line agrees:

  00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A

The console configuration is then moved from base to xeon to allow
changing it for the raccoon machine.

Reviewed-by: Aleix Boné <abonerib@bsc.es>
2024-09-12 08:36:56 +02:00
doc Add documentation section about GRUB chain loading 2024-09-12 08:36:47 +02:00
m Set the serial console to ttyS1 in raccoon 2024-09-12 08:36:56 +02:00
pkgs Add workaround for MPICH 4.2.0 2024-04-25 13:25:08 +02:00
secrets Use authentication tokens for PM GitLab runner 2024-09-12 08:36:16 +02:00
web Fix meta in posts entries 2024-05-02 17:32:37 +02:00
.gitignore Add gitignore 2023-05-26 11:38:27 +02:00
flake.lock flake.lock: Update 2024-09-12 08:36:13 +02:00
flake.nix Split xeon specific configuration from base 2024-07-16 12:35:37 +02:00
keys.nix Reorganize secrets and ssh keys 2023-09-04 21:36:31 +02:00
nixos-config.nix Add nixos-config.nix to easily enable nix repl 2023-05-26 11:29:59 +02:00
rebuild.sh Update rebuild script for all nodes 2023-06-16 12:13:07 +02:00