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 ];
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
# environment.systemPackages = with pkgs; [ ];
|
||||||
git
|
|
||||||
forgejo
|
programs.git = {
|
||||||
];
|
enable = true;
|
||||||
|
config = {
|
||||||
|
user.email = "dustin@dustinswan.com";
|
||||||
|
user.name = "Dustin Swan";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue