feat: reshuffle files
This commit is contained in:
17
dotfiles/system/dnf/dnf.conf
Normal file
17
dotfiles/system/dnf/dnf.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
# see `man dnf.conf` for defaults and possible options
|
||||
|
||||
[main]
|
||||
max_parallel_downloads=10
|
||||
gpgcheck=1
|
||||
installonly_limit=3
|
||||
clean_requirements_on_remove=True
|
||||
best=False
|
||||
skip_if_unavailable=True
|
||||
keepcache=true
|
||||
check_config_file_age=False
|
||||
metadata_expire=1
|
||||
max_parallel_downloads=10
|
||||
defaultyes=True
|
||||
fastestmirror=1
|
||||
deltarpm=True
|
||||
#metadata_expire=24h
|
||||
13
dotfiles/system/ssh/ssh_config.d/10-dev.conf
Executable file
13
dotfiles/system/ssh/ssh_config.d/10-dev.conf
Executable file
@@ -0,0 +1,13 @@
|
||||
Host github.com
|
||||
User git
|
||||
IdentityFile /home/jamie/.ssh/github
|
||||
IdentitiesOnly yes
|
||||
StrictHostKeyChecking accept-new
|
||||
|
||||
Host gitea
|
||||
HostName gitea.do-bbs.com
|
||||
User git
|
||||
IdentityFile /home/jamie/.ssh/gitea
|
||||
IdentitiesOnly yes
|
||||
StrictHostKeyChecking accept-new
|
||||
Port 748
|
||||
23
dotfiles/system/ssh/ssh_config.d/20-servers.conf
Executable file
23
dotfiles/system/ssh/ssh_config.d/20-servers.conf
Executable file
@@ -0,0 +1,23 @@
|
||||
Host hephaestus
|
||||
HostName hephaestus.do-bbs.com
|
||||
IdentitiesOnly yes
|
||||
StrictHostKeyChecking accept-new
|
||||
User oc
|
||||
IdentityFile /home/jamie/.ssh/hephaestus
|
||||
Port 747
|
||||
|
||||
host hephaestus_crypt
|
||||
HostName hephaestus.do-bbs.com
|
||||
IdentitiesOnly yes
|
||||
StrictHostKeyChecking accept-new
|
||||
User root
|
||||
IdentityFile /home/jamie/.ssh/hephaestus
|
||||
Port 2222
|
||||
|
||||
Host athena
|
||||
Port 23
|
||||
HostName u497749.your-storagebox.de
|
||||
IdentitiesOnly yes
|
||||
StrictHostKeyChecking accept-new
|
||||
User u497749
|
||||
IdentityFile ~/.ssh/athena
|
||||
0
dotfiles/system/ssh/ssh_config.d/90-local.conf
Normal file
0
dotfiles/system/ssh/ssh_config.d/90-local.conf
Normal file
Reference in New Issue
Block a user