Removed Gitea configs! Werent working well
This commit is contained in:
@ -69,7 +69,6 @@
|
||||
./firefox.nix
|
||||
./zsh.nix
|
||||
./autostart.nix
|
||||
#./gitea.nix
|
||||
#./neovim.nix
|
||||
./packages.nix
|
||||
./lockscreen.nix
|
||||
|
||||
21
gitea.nix
21
gitea.nix
@ -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";
|
||||
#};
|
||||
}
|
||||
12
home.nix
12
home.nix
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user