chore(tdx_google): remove unused teepot package from system environment

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2025-02-19 11:09:13 +01:00
parent 760ff7eff1
commit 439574f22c
Signed by: harald
GPG key ID: F519A1143B3FBE32

View file

@ -43,10 +43,6 @@
];
};
environment.systemPackages = with pkgs; [
teepot.teepot
];
# /var is on tmpfs anyway
services.journald.storage = "volatile";