configurations for my servers and desktops
nix nixos flake dots dotfiles

feat: bluellama tailscale app

+3 -1
+3 -1
hosts/bluellama/default.nix
··· 13 13 name = "ollama"; 14 14 restart_service = "changed"; 15 15 } 16 - "tailscale" 16 + ]; 17 + casks = [ 18 + "tailscale-app" 17 19 ]; 18 20 }; 19 21 }