update git setup and add fallback to rebuild and update nextcloud to 32
This commit is contained in:
parent
40a3e51a89
commit
41851ee975
4 changed files with 24 additions and 8 deletions
|
@ -100,8 +100,22 @@
|
|||
home-manager.enable = true;
|
||||
git = {
|
||||
enable = true;
|
||||
userEmail = "git@lillianviolet.dev";
|
||||
userName = "Lillian-Violet";
|
||||
settings = {
|
||||
user = {
|
||||
name = "Lillian-Violet";
|
||||
email = "git@lillianviolet.dev";
|
||||
};
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
ignores = [
|
||||
"*.direnv"
|
||||
"*.vscode"
|
||||
".envrc"
|
||||
"venv"
|
||||
"venv"
|
||||
];
|
||||
signing.format = "ssh";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue