machines: init Tehom

This commit is contained in:
Kevin Baensch 2025-07-19 11:57:58 +02:00
parent b6c6a42d1e
commit 7a6ace2ef0
Signed by: derped
GPG key ID: C0F1D326C7626543
6 changed files with 247 additions and 0 deletions

11
machines/Tehom/sops.nix Normal file
View file

@ -0,0 +1,11 @@
_:
{
sops = {
defaultSopsFile = ./secrets.yaml;
age = {
keyFile = "/persist/var/lib/sops-nix/key.txt";
generateKey = true;
};
};
}