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: update configs

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

+41 -22
+22 -12
.config/1Password/ssh/agent.toml
··· 29 29 # 30 30 # More examples can be found here: 31 31 # https://developer.1password.com/docs/ssh/agent/config 32 + "$schema" = "https://developer.1password.com/schema/ssh-agent-config.json" 33 + 34 + ## Personal ## 35 + # releases 36 + [[ssh-keys]] 37 + vault = "sah2xx3ps2rfhyi2svj5yzv2qu" 38 + item = "snnlyiqrvnfqycon7ackffb3ty" 39 + account = "https://andreijiroh-dev.1password.com" 32 40 33 41 # main key since 2022 34 42 [[ssh-keys]] 35 - vault = "Personal" 36 - item = "ztyawq2e2iajh2h76ls2rls7aq" 37 - account = "Andrei Jiroh Halili" 38 - # launchpad.net and others that don't support Ed25519 yet 43 + vault = "apwipwtqx6l4eqa27su7hlczey" 44 + item = "47mdejtly5eebvh74h3vvxr2ki" 45 + account = "https://andreijiroh-dev.1password.com" 46 + 47 + # launchpad.net 39 48 [[ssh-keys]] 40 - vault = "Personal" 41 - item = "juivb4nx4uuftbhopukninhni4" 42 - account = "Andrei Jiroh Halili" 43 - # releases 49 + vault = "apwipwtqx6l4eqa27su7hlczey" 50 + item = "npdvnvxih5gsr3cxlonbkayoy4" 51 + account = "https://andreijiroh-dev.1password.com" 52 + 44 53 [[ssh-keys]] 45 - vault = "CI/CD Automation Toolkit" 46 - item = "hfkcoqzbpa3gjb2utvi5rpvc5y" 47 - account = "Andrei Jiroh Halili" 54 + vault = "fykuds2mmz7iletnsxkl47slbi" 55 + item = "ylcrbks3tkxtsgkc5gadm2dyqa" 56 + account = "https://andreijiroh-dev.1password.com" 48 57 49 - # RecapTime.dev 58 + ## RecapTime.dev ## 59 + # crew.recaptime.dev 50 60 [[ssh-keys]] 51 61 vault = "Employee" 52 62 item = "wklfmur3fegpajjhrx4acwcscm"
+19 -10
.ssh/config
··· 2 2 # systems, mainly because I am not yet ready to codify them into home-manager 3 3 # at the moment. Note that we might need to hack around the 1Password CLI 4 4 # for headless setups like tildes and agent forwards. 5 - 6 5 # load 1Password-specifics here 7 6 Include ~/.ssh/1Password/config 7 + 8 + # TODO: Add machines on the tailnet later 8 9 9 10 # tildeverse 10 11 Host nest 11 12 Hostname hackclub.app 12 13 User ajhalili2006 13 - IdentityAgent ~/.1password/agent.sock 14 14 Host psf 15 15 Hostname p.psf.lt 16 16 User ajhalili2006 17 - IdentityAgent ~/.1password/agent.sock 18 17 Host ctrl-c 19 18 Hostname ctrl-c.clib 20 19 User ajhalili2006 21 - IdentityAgent ~/.1password/agent.sock 22 20 Host hashbang 23 21 Hostname de1.hashbang.sh 24 22 User ajhalili2006 23 + # uberspace.de 24 + Host ub 25 + Hostname antila.uberspace.de 26 + User ajhalili 27 + Host ajhalili.ub 28 + Hostname antila.uberspace.de 29 + User ajhalili 25 30 26 - # TODO: Add machines on the tailnet later 31 + # iykyk 32 + Host den 33 + Hostname hack.kim 34 + User ajhalili2006 35 + 27 36 # Recap Time Squad specifics 28 37 Host stellapent 29 38 Hostname stellapent-cier.fawn-cod.ts.net ··· 32 41 Hostname rpi-aether.fawn-cod.ts.net 33 42 User ajhalili2006 34 43 # Our own proxyparty instance on virtnet.bond :) 35 - Host proxyparty 36 - # Will set this up later 37 - Hostname proxypartylab.tuna-skate.ts.net 38 - Host procyparty-clearnet 39 - Hostname 2a0b-4e07-8-1--8ef.virtnet.host 44 + #Host proxyparty 45 + # # Will set this up later 46 + # Hostname proxypartylab.tuna-skate.ts.net 47 + #Host procyparty-clearnet 48 + # Hostname 2a0b-4e07-8-1--8ef.virtnet.host