forked from Shinonome/omarchy-nix
Git credentials
This commit is contained in:
@@ -5,5 +5,8 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
userName = cfg.full_name;
|
userName = cfg.full_name;
|
||||||
userEmail = cfg.email_address;
|
userEmail = cfg.email_address;
|
||||||
|
extraConfig = {
|
||||||
|
credential.helper = "store";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user