common-config #2

Merged
martials merged 4 commits from common-config into main 2025-01-08 18:52:07 +00:00
2 changed files with 5 additions and 0 deletions
Showing only changes of commit 57ebb73095 - Show all commits

View File

@ -40,6 +40,9 @@ in
enable = true; enable = true;
userName = "Martin Berg Alstad"; userName = "Martin Berg Alstad";
userEmail = "git@martials.no"; userEmail = "git@martials.no";
extraConfig = {
push.autoSetupRemote = true;
};
}; };
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.

View File

@ -17,5 +17,7 @@ in
# Or disable the firewall altogether. # Or disable the firewall altogether.
# networking.firewall.enable = false; # networking.firewall.enable = false;
programs.ssh.enableAskPassword = false;
services.tailscale.enable = true; services.tailscale.enable = true;
} }