Select the types of activity you want to include in your feed.
Personal dotfiles for Linux, mostly for Nixpkgs/NixOS-based and Termux setups. Mirrored using GitLab's push mirroring feature.
gitlab.com/andreijiroh-dev/dotfiles
···11-# This is my SSH client configuration I use for both Nix-based and non-Nix
22-# systems, mainly because I am not yet ready to codify them into home-manager
33-# at the moment. Note that we might need to hack around the 1Password CLI
44-# for headless setups like tildes and agent forwards.
55-# load 1Password-specifics here
66-Include ~/.ssh/1Password/config
77-88-# infra on tailnet
99-Host devlabs-infraops
1010- HostName devlabs-infraops
1111- User ajhalili2006
1212-11+# This is my SSH client configuration I use for both Nix-based and non-Nix systems,
22+#mainly because I am not yet ready to codify them into home-manager at the moment.
33+#Note that we might need to hack around the 1Password CLI for headless setups like tildes
44+# and agent forwarding.
1351414-# tildeverse
1515-Host nest
1616- HostName hackclub.app
1717- User ajhalili2006
1818-Host psf
1919- HostName p.psf.lt
2020- User ajhalili2006
2121-Host ctrl-c
2222- HostName ctrl-c.clib
2323- User ajhalili2006
2424-Host hashbang
2525- HostName de1.hashbang.sh
2626- User ajhalili2006
2727-# uberspace.de
2828-Host ub
2929- HostName antila.uberspace.de
3030- User ajhalili
3131-Host ajhalili.ub
3232- HostName antila.uberspace.de
3333- User ajhalili
66+Include ~/.ssh/configs/*
347358# iykyk
369Host den
3710 HostName hack.kim
3811 User ajhalili2006
39124040-# Recap Time Squad specifics
4141-Host stellapent
4242- HostName stellapent-cier.fawn-cod.ts.net
4343- User gildedguy
4444-Host rpi-aether
4545- HostName rpi-aether.fawn-cod.ts.net
4646- User ajhalili2006
4747-# Our own proxyparty instance on virtnet.bond :)
4848-#Host proxyparty
4949-# # Will set this up later
5050-# Hostname proxypartylab.tuna-skate.ts.net
5151-#Host procyparty-clearnet
5252-# Hostname 2a0b-4e07-8-1--8ef.virtnet.host
1313+# load 1Password-specifics here
1414+Include ~/.ssh/1Password/config
+24
.ssh/configs/homelab
···11+# infra on tailnet
22+Host homelab
33+ Hostname lairland
44+ User ajhalili2006
55+Host aether
66+ HostName rpi-aether
77+ User ajhalili2006
88+Host stellapent
99+ Hostname stellapent-cier
1010+ User gildedguy
1111+Host devlabs-infraops
1212+ HostName devlabs-infraops
1313+ User ajhalili2006
1414+1515+# uberspace.de
1616+Host ub
1717+ HostName aegir.uberspace.de
1818+ User lairland
1919+Host lairland.uberspace.de
2020+ HostName aegir.uberspace.de
2121+ User lairland
2222+Host ajhalili.ub
2323+ HostName aegir.uberspace.de
2424+ User lairland
+11
.ssh/configs/recaptime-dev
···11+# RecapTime.dev infra specifics
22+33+# Hack Club Nest
44+Host rtdev.nest
55+ Host hackclub.app
66+ User recaptime-dev
77+88+# Technically speaking
99+Host proxypartylab
1010+ Hostname proxypartylab-azure
1111+ User ajhalili2006
+13
.ssh/configs/tilde
···11+# SSH hosts for tildes in the tildeverse
22+Host nest
33+ HostName hackclub.app
44+ User ajhalili2006
55+Host psf
66+ HostName p.psf.lt
77+ User ajhalili2006
88+Host ctrl-c
99+ HostName ctrl-c.clib
1010+ User ajhalili2006
1111+Host hashbang
1212+ HostName de1.hashbang.sh
1313+ User ajhalili2006