16 lines
319 B
Nix
16 lines
319 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.git = {
|
|
enable = true;
|
|
settings = {
|
|
user.name = "Lukrecja Pleskaczyńska";
|
|
user.email = "lukrecjaaa@proton.me";
|
|
credential.helper = "store";
|
|
http."https://git.bgs.local:3000/" = {
|
|
sslCAInfo = "/home/lusia/VSTech-vpn/bgs-git-ca.crt";
|
|
};
|
|
};
|
|
};
|
|
}
|