mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
* persist hostname * add migration * fix version mismatch * remove dmesg logging from build
9 lines
218 B
TypeScript
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
|
|
}
|