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

@ -206,7 +206,7 @@
EDITOR = "micro";
# XKB_DEFAULT_LAYOUT = "de";
};
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];

View File

@ -69,7 +69,6 @@
./firefox.nix
./zsh.nix
./autostart.nix
#./gitea.nix
#./neovim.nix
./packages.nix
./lockscreen.nix

View File

@ -1,21 +0,0 @@
{ config, pkgs, ... }:
{
programs.ssh = {
startAgent = true;
extraConfig = ''
Host gitea
HostName http://100.89.141.79:3000/
User cookiez
IdentityFile ~/.ssh/gitea
IdentitiesOnly yes
'';
};
environment.etc."ssh-keys/gitea".source = /etc/nixos/other/ssh-keys/gitea;
environment.etc."ssh-keys/gitea".mode = "0600";
# Optional: symlink to ~/.ssh
#environment.homeFiles = {
# ".ssh/gitea" = "/etc/ssh-keys/gitea";
#};
}

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;