Skip to content

Instantly share code, notes, and snippets.

@bradfitz
Created August 24, 2023 19:05
Show Gist options
  • Save bradfitz/ece099542079becafceff68f1c11b725 to your computer and use it in GitHub Desktop.
Save bradfitz/ece099542079becafceff68f1c11b725 to your computer and use it in GitHub Desktop.
{
"Hostname": "tskrazy",
"Update": {
"Hostname": "192.168.64.5",
"HTTPPassword": "xxxxx"
},
"Packages": [
"github.com/gokrazy/fbstatus",
"github.com/gokrazy/hello",
"github.com/gokrazy/serial-busybox",
"github.com/gokrazy/breakglass",
"tailscale.com/cmd/tailscale",
"tailscale.com/cmd/tailscaled",
"github.com/gokrazy/mkfs"
],
"PackageConfig": {
"github.com/gokrazy/breakglass": {
"CommandLineFlags": [
"-authorized_keys=/etc/breakglass.authorized_keys"
],
"ExtraFilePaths": {
"/etc/breakglass.authorized_keys": "/Users/bradfitz/gokrazy/tskrazy/breakglass.authorized_keys"
}
},
"github.com/gokrazy/gokrazy/cmd/randomd": {
"ExtraFileContents": {
"/etc/machine-id": "44b7c40550034ab29729749348b18718\n"
}
},
"tailscale.com/cmd/tailscale": {
"CommandLineFlags": [
"up",
"--auth-key=tskey-auth-xxx"
]
}
},
"SerialConsole": "disabled",
"KernelPackage": "github.com/rtr7/kernel",
"FirmwarePackage": "github.com/rtr7/kernel",
"InternalCompatibilityFlags": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment