feat: update readmes and keys and fixes
This commit is contained in:
parent
f1c75d2109
commit
b2d9406831
16 changed files with 472 additions and 534 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue