mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 23:23:57 +02:00
refactor(tdx_google): simplify service configurations
- Replaced hardcoded metadata-fetching logic with shared metadata service. - Removed custom pre-start scripts and refactored environment handling. - Updated Vector configuration to include custom field transformations. - Streamlined container startup process and ensured proper cleanup. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
5d2ad57cfd
commit
760ff7eff1
4 changed files with 98 additions and 52 deletions
|
@ -6,6 +6,9 @@
|
|||
imports = [
|
||||
"${toString modulesPath}/profiles/minimal.nix"
|
||||
"${toString modulesPath}/profiles/qemu-guest.nix"
|
||||
./metadata.nix
|
||||
./vector.nix
|
||||
./container.nix
|
||||
];
|
||||
|
||||
services.journald.console = "/dev/ttyS0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue