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
|
|
@ -3,13 +3,33 @@
|
|||
{
|
||||
system.stateVersion = "24.11";
|
||||
|
||||
networking.hostName = "noisebell";
|
||||
networking.hostName = "noisebridge-pi";
|
||||
|
||||
networking.wireless = {
|
||||
enable = true;
|
||||
networks."Noisebridge".psk = "noisebridge";
|
||||
};
|
||||
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns4 = true;
|
||||
publish = {
|
||||
enable = true;
|
||||
addresses = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Decrypted at runtime by agenix
|
||||
age.secrets.tailscale-auth-key.file = ./secrets/tailscale-auth-key.age;
|
||||
|
||||
age.secrets.api-key.file = ./secrets/api-key.age;
|
||||
age.secrets.inbound-api-key.file = ./secrets/inbound-api-key.age;
|
||||
age.secrets.api-key = {
|
||||
file = ./secrets/api-key.age;
|
||||
owner = "noisebell";
|
||||
};
|
||||
age.secrets.inbound-api-key = {
|
||||
file = ./secrets/inbound-api-key.age;
|
||||
owner = "noisebell";
|
||||
};
|
||||
|
||||
services.noisebell = {
|
||||
enable = true;
|
||||
|
|
@ -34,5 +54,6 @@
|
|||
};
|
||||
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE40ISu3ydCqfdpb26JYD5cIN0Fu0id/FDS+xjB5zpqu"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue