configurable git email and name
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../modules/home-manager-work.nix
|
||||
../modules/home-manager.nix
|
||||
../modules/common.nix
|
||||
../modules/users.nix
|
||||
../modules/locales.nix
|
||||
@@ -31,6 +31,10 @@
|
||||
|
||||
networking.hostName = "laptop-armel";
|
||||
|
||||
# Per-machine Home Manager overrides (use the `home.git` options exposed by
|
||||
# `systems/modules/home/programs/git.nix`). This sets the work identity.
|
||||
home-manager.users.avravels.home.git.userName = "Armel van Ravels";
|
||||
home-manager.users.avravels.home.git.userEmail = "armel@webavance.nl";
|
||||
networking.networkmanager.enable = true;
|
||||
networking.nameservers = [ "192.168.68.56" "1.1.1.1" "8.8.8.8" ];
|
||||
networking.firewall.enable = false;
|
||||
|
||||
Reference in New Issue
Block a user