[nidaros] Add initial Nidaros homelab config

This commit is contained in:
2025-10-08 20:07:14 +02:00
parent dcfa416eb6
commit cfb4131cf3
5 changed files with 153 additions and 0 deletions

View File

@@ -90,6 +90,13 @@
address.private = common.localIpAddr 231;
address.tailnet = common.tailnetAddr "admin";
}
{
hostName = "nidaros";
wayland.enable = false;
ssh.publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMKhK/EDIDf0htrJuBogNOUSuCiOcyc/b6UuBW/i+c29";
address.private = common.localIpAddr 228;
}
];
defaultAttrs = {