Removed Gitea configs! Werent working well

This commit is contained in:
2025-08-14 12:44:42 +02:00
parent f7efae09ed
commit d91732442f
4 changed files with 1 additions and 35 deletions

View File

@ -22,7 +22,6 @@
# changes in each release.
home.stateVersion = version;
#home.file.".ssh/gitea".source = /etc/nixos/other/ssh-keys/gitea;
# Let Home Manager install and manage itself.
programs = {
@ -34,17 +33,6 @@
userEmail = "jaden-puerkenauer@web.de";
};
ssh = {
enable = true;
extraConfig = ''
Host gitea
HostName http://100.89.141.79:3000/
User cookiez
IdentityFile ~/.ssh/gitea
IdentitiesOnly yes
'';
};
zen-browser = {
enable = true;
#package = inputs.zen-browser.packages.${pkgs.system}.default;