Files
start-os/sdk/base/lib/osBindings/SetupResult.ts
Aiden McClelland 2091abeea2 persist hostname in config overlay (#2769)
* persist hostname

* add migration

* fix version mismatch

* remove dmesg logging from build
2024-10-30 18:55:36 +00:00

9 lines
218 B
TypeScript

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export type SetupResult = {
torAddress: string
hostname: string
lanAddress: string
rootCa: string
}