fix gitea
This commit is contained in:
@@ -94,9 +94,9 @@ in
|
|||||||
# SSH_ROOT_PATH = "${cfg.data_dir}/.ssh";
|
# SSH_ROOT_PATH = "${cfg.data_dir}/.ssh";
|
||||||
# SSH_CREATE_AUTHORIZED_KEYS_FILE = true;
|
# SSH_CREATE_AUTHORIZED_KEYS_FILE = true;
|
||||||
# actual git config
|
# actual git config
|
||||||
ENABLE_PUSH_CREATE_USER = true;
|
|
||||||
DEFAULT_BRANCH = "trunk";
|
DEFAULT_BRANCH = "trunk";
|
||||||
|
ENABLE_PUSH_CREATE_USER = true;
|
||||||
|
DEFAULT_PUSH_CREATE_PRIVATE = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
database = {
|
database = {
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ in {
|
|||||||
|
|
||||||
programs.${program} = {
|
programs.${program} = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dotDir = "`\${config.xdg.configHome}/zsh`";
|
dotDir = "${config.xdg.configHome}/zsh";
|
||||||
autocd = true;
|
autocd = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
|
||||||
|
|||||||
@@ -63,6 +63,7 @@ in {
|
|||||||
waybar.addCss = false;
|
waybar.addCss = false;
|
||||||
nvf.transparentBackground = true;
|
nvf.transparentBackground = true;
|
||||||
qt.enable = true;
|
qt.enable = true;
|
||||||
|
librewolf.enable = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user