Remove old Marid

This commit is contained in:
Kevin Baensch 2024-12-07 21:07:53 +01:00
parent 8cb423eb70
commit 743830f7c6
Signed by: derped
GPG key ID: C0F1D326C7626543
7 changed files with 0 additions and 224 deletions

View file

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