Personal dotfiles for Linux, mostly for Nixpkgs/NixOS-based and Termux setups. Mirrored using GitLab's push mirroring feature. gitlab.com/andreijiroh-dev/dotfiles
linux dotfiles
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: decouple ssh config to different files

+55 -45
+7 -45
.ssh/config
··· 1 - # This is my SSH client configuration I use for both Nix-based and non-Nix 2 - # systems, mainly because I am not yet ready to codify them into home-manager 3 - # at the moment. Note that we might need to hack around the 1Password CLI 4 - # for headless setups like tildes and agent forwards. 5 - # load 1Password-specifics here 6 - Include ~/.ssh/1Password/config 7 - 8 - # infra on tailnet 9 - Host devlabs-infraops 10 - HostName devlabs-infraops 11 - User ajhalili2006 12 - 1 + # This is my SSH client configuration I use for both Nix-based and non-Nix systems, 2 + #mainly because I am not yet ready to codify them into home-manager at the moment. 3 + #Note that we might need to hack around the 1Password CLI for headless setups like tildes 4 + # and agent forwarding. 13 5 14 - # tildeverse 15 - Host nest 16 - HostName hackclub.app 17 - User ajhalili2006 18 - Host psf 19 - HostName p.psf.lt 20 - User ajhalili2006 21 - Host ctrl-c 22 - HostName ctrl-c.clib 23 - User ajhalili2006 24 - Host hashbang 25 - HostName de1.hashbang.sh 26 - User ajhalili2006 27 - # uberspace.de 28 - Host ub 29 - HostName antila.uberspace.de 30 - User ajhalili 31 - Host ajhalili.ub 32 - HostName antila.uberspace.de 33 - User ajhalili 6 + Include ~/.ssh/configs/* 34 7 35 8 # iykyk 36 9 Host den 37 10 HostName hack.kim 38 11 User ajhalili2006 39 12 40 - # Recap Time Squad specifics 41 - Host stellapent 42 - HostName stellapent-cier.fawn-cod.ts.net 43 - User gildedguy 44 - Host rpi-aether 45 - HostName rpi-aether.fawn-cod.ts.net 46 - User ajhalili2006 47 - # Our own proxyparty instance on virtnet.bond :) 48 - #Host proxyparty 49 - # # Will set this up later 50 - # Hostname proxypartylab.tuna-skate.ts.net 51 - #Host procyparty-clearnet 52 - # Hostname 2a0b-4e07-8-1--8ef.virtnet.host 13 + # load 1Password-specifics here 14 + Include ~/.ssh/1Password/config
+24
.ssh/configs/homelab
··· 1 + # infra on tailnet 2 + Host homelab 3 + Hostname lairland 4 + User ajhalili2006 5 + Host aether 6 + HostName rpi-aether 7 + User ajhalili2006 8 + Host stellapent 9 + Hostname stellapent-cier 10 + User gildedguy 11 + Host devlabs-infraops 12 + HostName devlabs-infraops 13 + User ajhalili2006 14 + 15 + # uberspace.de 16 + Host ub 17 + HostName aegir.uberspace.de 18 + User lairland 19 + Host lairland.uberspace.de 20 + HostName aegir.uberspace.de 21 + User lairland 22 + Host ajhalili.ub 23 + HostName aegir.uberspace.de 24 + User lairland
+11
.ssh/configs/recaptime-dev
··· 1 + # RecapTime.dev infra specifics 2 + 3 + # Hack Club Nest 4 + Host rtdev.nest 5 + Host hackclub.app 6 + User recaptime-dev 7 + 8 + # Technically speaking 9 + Host proxypartylab 10 + Hostname proxypartylab-azure 11 + User ajhalili2006
+13
.ssh/configs/tilde
··· 1 + # SSH hosts for tildes in the tildeverse 2 + Host nest 3 + HostName hackclub.app 4 + User ajhalili2006 5 + Host psf 6 + HostName p.psf.lt 7 + User ajhalili2006 8 + Host ctrl-c 9 + HostName ctrl-c.clib 10 + User ajhalili2006 11 + Host hashbang 12 + HostName de1.hashbang.sh 13 + User ajhalili2006
.ssh/keys/.keep

This is a binary file and will not be displayed.