feat: update readmes and keys and fixes

This commit is contained in:
Jet 2026-03-17 01:46:02 -07:00
parent f1c75d2109
commit b2d9406831
No known key found for this signature in database
16 changed files with 472 additions and 534 deletions

View file

@ -5,7 +5,7 @@
hardware.enableRedistributableFirmware = true;
networking.hostName = "noisebell";
networking.hostName = "noisebridge-pi";
networking.wireless = {
enable = true;
@ -16,6 +16,15 @@
};
};
services.avahi = {
enable = true;
nssmdns4 = true;
publish = {
enable = true;
addresses = true;
};
};
services.openssh.enable = true;
users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE40ISu3ydCqfdpb26JYD5cIN0Fu0id/FDS+xjB5zpqu"