Adding git config to vps
This commit is contained in:
parent
4e0f91bb81
commit
8f0db0ff00
1 changed files with 9 additions and 4 deletions
|
|
@ -71,10 +71,15 @@
|
|||
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
forgejo
|
||||
];
|
||||
# environment.systemPackages = with pkgs; [ ];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
config = {
|
||||
user.email = "dustin@dustinswan.com";
|
||||
user.name = "Dustin Swan";
|
||||
};
|
||||
};
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue