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(global): update 1Password SSH agent + SSH configs

Doing the checkpoint since I did a startover on my homedir by renaming
the old one with -old_2025 suffix for good measure. Will nuke the thing
on the next life admin weekend or at planned Maintainer Week soon.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+12 -6
+5
.config/1Password/ssh/agent.toml
··· 50 50 item = "npdvnvxih5gsr3cxlonbkayoy4" 51 51 account = "https://andreijiroh-dev.1password.com" 52 52 53 + # infraops 53 54 [[ssh-keys]] 54 55 vault = "fykuds2mmz7iletnsxkl47slbi" 55 56 item = "ylcrbks3tkxtsgkc5gadm2dyqa" 57 + account = "https://andreijiroh-dev.1password.com" 58 + 59 + [[ssh-keys]] 60 + item = "gj75ey6dr7scrckvjp33dqz3xi" 56 61 account = "https://andreijiroh-dev.1password.com" 57 62 58 63 ## RecapTime.dev ##
+4 -4
.ssh/configs/homelab
··· 14 14 15 15 # uberspace.de 16 16 Host ub 17 - HostName aegir.uberspace.de 18 - User lairland 17 + HostName janus.uberspace.de 18 + User ajhalili 19 19 Host lairland.uberspace.de 20 20 HostName aegir.uberspace.de 21 21 User lairland 22 22 Host ajhalili.ub 23 - HostName aegir.uberspace.de 24 - User lairland 23 + HostName janus.uberspace.de 24 + User ajhalili
+3 -2
.ssh/configs/recaptime-dev
··· 5 5 Host hackclub.app 6 6 User recaptime-dev 7 7 8 - # Technically speaking 8 + # Technically speaking 9 9 Host proxypartylab 10 - Hostname proxypartylab-azure 10 + Hostname 100.77.60.119 11 11 User ajhalili2006 12 +