sops not working

This commit is contained in:
2026-03-25 09:57:53 +01:00
parent 097078172e
commit 2c122a248d
9 changed files with 20 additions and 59 deletions

View File

@@ -1,5 +1,4 @@
{
config,
lib,
pkgs,
...
@@ -20,12 +19,12 @@
defaultBranch = "main";
};
user = {
email = config.sops.secrets.git.email.path;
name = config.sops.secrets.git.name.path;
email = "elias.schroeter@e.email";
name = "Elias Schröter";
};
};
signing = {
key = config.sops.secrets.git.signingkey.path;
key = "04F3A2ED4B33F254";
format = lib.mkForce "openpgp";
signByDefault = true;
};