Nix-Vibe public snapshot (squashed history)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{ config
|
||||
, pkgs
|
||||
, inputs
|
||||
, ...
|
||||
}:
|
||||
|
||||
{
|
||||
sops = {
|
||||
age = {
|
||||
keyFile = "/root/.config/sops/age/keys.txt";
|
||||
generateKey = false;
|
||||
};
|
||||
defaultSopsFile = ../../secrets.yaml;
|
||||
secrets."gemini-api-key" = {
|
||||
owner = "petere";
|
||||
group = "users";
|
||||
mode = "0440";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user