use old config stlye in git!

This commit is contained in:
2025-11-03 11:37:16 +01:00
parent 1aa72c7a30
commit 60c764324a

View File

@@ -1,12 +1,19 @@
let let
userPubKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII1DsMfyMUK0snbTeVWMmdzLP9NIvPoQ4tjqyREUMHwZ mail@lukas.contact"; userPubKey1 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII1DsMfyMUK0snbTeVWMmdzLP9NIvPoQ4tjqyREUMHwZ mail@lukas.contact";
userPubKey2 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPmRbejTJaDOK7SHXz/geA7aDrcjFPR+G6YQLy55hjdR lukas@epple.contact";
in { in {
home.file.".ssh/allowed_signers".text = "* ${userPubKey}"; home.file.".ssh/allowed_signers".text = ''
* ${userPubKey1}
* ${userPubKey2}
'';
programs.git = { programs.git = {
enable = true; enable = true;
userName= "Lukas";
userEmail = "mail@lukas.contact";
settings = { settings = {
user = { user = {
mail = "mail@lukas.contact"; mail = "mail@lukas.contact";
name = "Lukas"; name = "Lukas";