feat: update git profile dirs
This commit is contained in:
parent
553129f090
commit
f0f5a05bd0
|
@ -12,13 +12,13 @@
|
||||||
name = "Felix Tenley";
|
name = "Felix Tenley";
|
||||||
email = "dev@felschr.com";
|
email = "dev@felschr.com";
|
||||||
signingKey = "6AB3 7A28 5420 9A41 82D9 0068 910A CB9F 6BD2 6F58";
|
signingKey = "6AB3 7A28 5420 9A41 82D9 0068 910A CB9F 6BD2 6F58";
|
||||||
dirs = [ "/etc/nixos/" ];
|
dirs = [ "~/dev/private/" "/etc/nixos" ];
|
||||||
};
|
};
|
||||||
work = {
|
work = {
|
||||||
name = "Felix Schröter";
|
name = "Felix Schröter";
|
||||||
email = "fs@upsquared.com";
|
email = "fs@upsquared.com";
|
||||||
signingKey = "F28B FB74 4421 7580 5A49 2930 BE85 F0D9 987F A014";
|
signingKey = "F28B FB74 4421 7580 5A49 2930 BE85 F0D9 987F A014";
|
||||||
dirs = [ "~/dev/" ];
|
dirs = [ "~/dev/work/" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
defaultProfile = "private";
|
defaultProfile = "private";
|
||||||
|
|
Loading…
Reference in a new issue