Merge branch 'main' into common-config

This commit is contained in:
Martin Berg Alstad 2025-01-07 20:35:57 +01:00
commit 57ebb73095
Signed by: martials
GPG Key ID: A3824877B269F2E2
2 changed files with 5 additions and 0 deletions

View File

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

View File

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