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,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
inputs,
|
inputs,
|
||||||
|
hostname,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
sshPublicKeys = (import ../ssh-public-keys.nix).jet;
|
sshPublicKeys = (import ../ssh-public-keys.nix).jet;
|
||||||
name = "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";
|
sshSigningKey = "~/.ssh/id_ed25519";
|
||||||
opencodeLibraryPath = pkgs.lib.makeLibraryPath [ pkgs.stdenv.cc.cc.lib ];
|
opencodeLibraryPath = pkgs.lib.makeLibraryPath [ pkgs.stdenv.cc.cc.lib ];
|
||||||
opencodeMine = pkgs.writeShellApplication {
|
opencodeMine = pkgs.writeShellApplication {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue