Update Ophanim and add sops.

This commit is contained in:
Kevin Baensch 2023-09-10 15:35:55 +02:00
parent 79b05baecf
commit ec93123f4d
Signed by: derped
GPG key ID: C0F1D326C7626543
5 changed files with 61 additions and 7 deletions

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

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