feat: add corp.primitive.dev email for work git
This commit is contained in:
parent
d9d83983a4
commit
651cc64d39
1 changed files with 6 additions and 1 deletions
|
|
@ -2,13 +2,18 @@
|
|||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
hostname,
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
sshPublicKeys = (import ../ssh-public-keys.nix).jet;
|
||||
name = "Jet";
|
||||
email = "jet@extremist.software";
|
||||
email =
|
||||
if hostname == "framework-work" then
|
||||
"jet@corp.primitive.dev"
|
||||
else
|
||||
"jet@extremist.software";
|
||||
sshSigningKey = "~/.ssh/id_ed25519";
|
||||
opencodeLibraryPath = pkgs.lib.makeLibraryPath [ pkgs.stdenv.cc.cc.lib ];
|
||||
opencodeMine = pkgs.writeShellApplication {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue