Lilim: fresh stateless installation

This commit is contained in:
Kevin Baensch 2025-01-01 20:57:47 +01:00
parent ebd66cbfb4
commit 7b44675c02
Signed by: derped
GPG key ID: C0F1D326C7626543
6 changed files with 94 additions and 49 deletions

View file

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