feat: add uConsole CM5 host with Reticulum mesh network support #61

Merged
gortium merged 10 commits from feat/uconsole-cm5-v3 into master 2026-06-06 13:19:20 +00:00
4 changed files with 296 additions and 2 deletions
Showing only changes of commit bdd6d03739 - Show all commits

View File

@@ -16,7 +16,7 @@
networking.networkmanager.enable = true;
services.openssh = {
enable = true;
settings.PermitRootLogin = "prohibit-password";
settings.PermitRootLogin = lib.mkForce "prohibit-password";
settings.PasswordAuthentication = lib.mkForce false;
};