mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
meta: new PGP key and git config
This commit is contained in:
parent
d9c859e261
commit
f3a467deb5
6 changed files with 25 additions and 23 deletions
|
|
@ -117,6 +117,8 @@ Host daiyousei-build
|
|||
}; */
|
||||
};
|
||||
|
||||
services.fstrim.enable = true;
|
||||
|
||||
network = {
|
||||
addresses = {
|
||||
private = {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 1a2233676398de7e7b3da2b6c431898dd8cddb3b
|
||||
Subproject commit 046c6861f58f5113764ca2470748b7c87f29505e
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 1b831ed778fad5919d09cb8b70fc3ede0851729d
|
||||
Subproject commit 2af2d4cc2e4675a7eebbdfccd5542d306104c237
|
||||
|
|
@ -3,8 +3,8 @@
|
|||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "kat witch";
|
||||
userEmail = "kat@kittywit.ch";
|
||||
userName = "Kat Inskip";
|
||||
userEmail = "kat@inskip.me";
|
||||
extraConfig = {
|
||||
init = { defaultBranch = "main"; };
|
||||
protocol.gcrypt.allow = "always";
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
};
|
||||
};
|
||||
signing = {
|
||||
key = "01F50A29D4AA91175A11BDB17248991EFA8EFBEE";
|
||||
key = "0xE8DDE3ED1C90F3A0";
|
||||
signByDefault = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue