configurable git email and name

This commit is contained in:
Armel van Ravels
2026-03-26 10:02:22 +01:00
parent da793609a7
commit 13082612ed
5 changed files with 31 additions and 28 deletions

View File

@@ -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;