feat: Add TODO before release
Some checks failed
Check meta / check_meta (pull_request) Successful in 16s
Check meta / check_dns (pull_request) Successful in 16s
Check workflows / check_workflows (pull_request) Successful in 17s
Build all the nodes / netcore02 (pull_request) Successful in 22s
Run pre-commit on all files / pre-commit (push) Successful in 26s
Build all the nodes / ap01 (pull_request) Failing after 32s
Build all the nodes / geo02 (pull_request) Successful in 1m32s
Build all the nodes / hypervisor01 (pull_request) Successful in 1m33s
Build all the nodes / bridge01 (pull_request) Successful in 1m34s
Build all the nodes / hypervisor03 (pull_request) Successful in 1m37s
Build all the nodes / hypervisor02 (pull_request) Successful in 1m39s
Build all the nodes / tower01 (pull_request) Successful in 1m27s
Build all the nodes / rescue01 (pull_request) Successful in 1m43s
Build all the nodes / geo01 (pull_request) Successful in 1m44s
Build all the nodes / build01 (pull_request) Successful in 1m45s
Run pre-commit on all files / pre-commit (pull_request) Successful in 24s
Build the shell / build-shell (pull_request) Successful in 27s
Build all the nodes / storage01 (pull_request) Successful in 1m52s
Build all the nodes / vault01 (pull_request) Successful in 1m58s
Build all the nodes / web02 (pull_request) Successful in 1m51s
Build all the nodes / compute01 (pull_request) Successful in 2m22s
Build all the nodes / web01 (pull_request) Successful in 1m59s
Build all the nodes / web03 (pull_request) Successful in 1m26s

This commit is contained in:
sinavir 2025-01-28 22:02:53 +01:00
parent 2eb36d3f87
commit ee5765fce9
No known key found for this signature in database
3 changed files with 3 additions and 1 deletions

View file

@ -10,6 +10,7 @@ in
# SSH keys are handled by the access control module.
dgn-access-control.enable = true;
users.root = {
# TODO: Change this well-known password
passwd = "$6$Z2MiaMXkpUJRPl2/$fxVE3iD/n208CISM2F6OnWj0Qq0QG2tTQqLCjU80PFJJGIwNLLyOp6SeYH3dH20OvJX1loZRETrThZfIPw.rb/";
};
services.sshd = svc.ssh.build { allowRoot = true; };

View file

@ -15,6 +15,7 @@ in
{
defaultProfile.packages = [
# Levitate enable us to mass-reinstall the system on the fly.
# TODO: Test levitation
(pkgs.levitate.override {
config = {
imports = [

View file

@ -47,7 +47,7 @@ let
vht_capab = "[MAX-MPDU-7991][SU-BEAMFORMEE][SU-BEAMFORMER][RXLDPC][SHORT-GI-80][MAX-A-MPDU-LEN-EXP3][RX-ANTENNA-PATTERN][TX-ANTENNA-PATTERN][TX-STBC-2BY1][RX-STBC-1][MU-BEAMFORMER]";
vht_oper_chwidth = 1;
he_oper_chwidth = 1;
channel = 36;
channel = 36; # TODO understand interferences
vht_oper_centr_freq_seg0_idx = 42;
he_oper_centr_freq_seg0_idx = 42;
require_vht = 1;