feat: Add TODO before release
All checks were successful
Check meta / check_dns (pull_request) Successful in 15s
Check meta / check_meta (pull_request) Successful in 16s
Check workflows / check_workflows (pull_request) Successful in 16s
Run pre-commit on all files / pre-commit (push) Successful in 25s
Build all the nodes / ap01 (pull_request) Successful in 31s
Build all the nodes / netcore02 (pull_request) Successful in 40s
Build the shell / build-shell (pull_request) Successful in 44s
Build all the nodes / geo02 (pull_request) Successful in 1m51s
Build all the nodes / build01 (pull_request) Successful in 1m52s
Build all the nodes / hypervisor02 (pull_request) Successful in 1m54s
Build all the nodes / rescue01 (pull_request) Successful in 1m59s
Run pre-commit on all files / pre-commit (pull_request) Successful in 36s
Build all the nodes / geo01 (pull_request) Successful in 2m10s
Build all the nodes / hypervisor01 (pull_request) Successful in 2m21s
Build all the nodes / storage01 (pull_request) Successful in 2m20s
Build all the nodes / tower01 (pull_request) Successful in 2m24s
Build all the nodes / hypervisor03 (pull_request) Successful in 2m40s
Build all the nodes / bridge01 (pull_request) Successful in 2m46s
Build all the nodes / compute01 (pull_request) Successful in 2m58s
Build all the nodes / vault01 (pull_request) Successful in 2m56s
Build all the nodes / web02 (pull_request) Successful in 2m55s
Build all the nodes / web03 (pull_request) Successful in 2m49s
Build all the nodes / web01 (pull_request) Successful in 3m25s

This commit is contained in:
sinavir 2025-01-28 22:02:53 +01:00
parent 966e1ed038
commit b3f15fca66
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;