tangled
alpha
login
or
join now
crescentro.se
/
dotfiles
0
fork
atom
(mirror) personal dotfiles
github.com/crescentrose/dotfiles
0
fork
atom
overview
issues
pulls
pipelines
fix: add docker credential helper on mac
crescentro.se
2 months ago
b3e51f7f
3d7a0fb0
+2
1 changed file
expand all
collapse all
unified
split
machines
work
default.nix
+2
machines/work/default.nix
···
26
26
"mas"
27
27
# Install Vault through Hashicorp's tap
28
28
"hashicorp/tap/vault"
29
29
+
# Install Docker credential helpers
30
30
+
"docker-credential-helper"
29
31
# Set up a development database
30
32
{
31
33
name = "postgresql@18";