Add git include
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user