fake email

This commit is contained in:
John Lancaster
2024-12-08 16:49:40 -06:00
parent 857aedca79
commit fdb9d8717d
2 changed files with 7 additions and 3 deletions

View File

@@ -26,7 +26,8 @@
userSettings = rec { userSettings = rec {
username = "panoptes"; username = "panoptes";
gitUserName = "John Lancaster"; gitUserName = "John Lancaster";
gitUserEmail = "32917998+jsl12@users.noreply.github.com"; # gitUserEmail = "32917998+jsl12@users.noreply.github.com";
gitUserEmail = "asdfasdf@asdf.com";
}; };
systemSettings = rec { systemSettings = rec {

View File

@@ -10,6 +10,9 @@ let
repoBranch = "reorg"; repoBranch = "reorg";
in in
{ {
nixpkgs.config.allowUnfree = true;
programs.home-manager.enable = true;
programs.git = { programs.git = {
enable = true; enable = true;
extraConfig.credential.helper = "store --file ~/.git-credentials"; extraConfig.credential.helper = "store --file ~/.git-credentials";
@@ -18,9 +21,9 @@ in
extraConfig.safe.directory = "${homePath}"; extraConfig.safe.directory = "${homePath}";
}; };
nixpkgs.config.allowUnfree = true; programs.bash.enable = true;
programs.ssh.enable = true;
programs.home-manager.enable = true;
home = { home = {
homeDirectory = "${homePath}"; homeDirectory = "${homePath}";
packages = [ packages = [