configurations for my servers and desktops
nix nixos flake dots dotfiles

chore: update bluellama brews

+4 -7
+4 -7
hosts/bluellama/default.nix
··· 4 4 homebrew = { 5 5 brews = [ 6 6 { 7 - name = "colima"; 7 + name = "ollama"; 8 8 restart_service = "changed"; 9 9 } 10 - "docker" 11 - "docker-compose" 12 10 { 13 - name = "ollama"; 11 + name = "tailscale"; 14 12 restart_service = "changed"; 15 13 } 16 - ]; 17 - casks = [ 18 - "tailscale-app" 14 + "podman" 15 + "podman-compose" 19 16 ]; 20 17 }; 21 18 }