use old config stlye in git!
This commit is contained in:
@@ -1,12 +1,19 @@
|
||||
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 {
|
||||
home.file.".ssh/allowed_signers".text = "* ${userPubKey}";
|
||||
home.file.".ssh/allowed_signers".text = ''
|
||||
* ${userPubKey1}
|
||||
* ${userPubKey2}
|
||||
'';
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName= "Lukas";
|
||||
userEmail = "mail@lukas.contact";
|
||||
|
||||
settings = {
|
||||
|
||||
user = {
|
||||
mail = "mail@lukas.contact";
|
||||
name = "Lukas";
|
||||
|
||||
Reference in New Issue
Block a user