Add git include

This commit is contained in:
2025-11-07 09:16:17 +03:00
parent d732a2ff44
commit 6dd62ba2f5

View File

@@ -33,6 +33,22 @@
signByDefault = lib.mkDefault true;
key = lib.mkDefault "DD89337AFABD013FDD57A0F133445FB510D677DF";
};
includes = [
{
condition = "gitdir:~/dev/gofonox-org/";
contents = {
user = {
name = "Gofonox";
email = "gofonox@yandex.ru";
signingkey = "468075AB62C2BF67B3435BD18E49915B4743363E";
};
commit = {
gpgsign = true;
};
};
}
];
};
};
}