pkgs-in-home #2

Merged
noah.knegt merged 10 commits from pkgs-in-home into main 2025-03-01 14:11:42 +01:00
3 changed files with 30 additions and 9 deletions
Showing only changes of commit 91bc2efc96 - Show all commits

View File

@@ -31,6 +31,14 @@
user = { user = {
email = "git@noahknegt.com"; email = "git@noahknegt.com";
}; };
commit = {
gpgSign = true;
};
tag = {
gpgSign = true;
};
}; };
} }
{ {
@@ -38,6 +46,15 @@
contents = { contents = {
user = { user = {
email = "git@noahknegt.com"; email = "git@noahknegt.com";
signingKey = "~/.ssh/id_open_source.pub";
};
commit = {
gpgSign = true;
};
tag = {
gpgSign = true;
}; };
}; };
} }