This commit is contained in:
Lillian Violet 2023-11-22 17:46:20 +01:00
parent 13f4fc94e6
commit 4a48610a20

View file

@ -82,6 +82,7 @@
environment.systemPackages = with pkgs; [
age
git
alejandra
git-filter-repo
home-manager
@ -124,6 +125,12 @@
enable = true;
};
programs.git = {
enable = true;
userEmail = "git@gladtherescake.eu";
userName = "Lillian-Violet";
};
security.acme = {
acceptTerms = true;
# Replace the email here!