Add new machine Sheol.

This commit is contained in:
Kevin Baensch 2024-11-15 21:58:10 +01:00
parent 4da68279f4
commit 0b1b8b6acb
Signed by: derped
GPG key ID: C0F1D326C7626543
9 changed files with 246 additions and 0 deletions

13
machines/Sheol/sops.nix Normal file
View file

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