fix: update Chrome executable path and enhance Tailscale service task description
All checks were successful
Nix Format Check / check-format (pull_request) Successful in 38s

This commit is contained in:
Menno van Leeuwen 2025-01-20 11:21:08 +01:00
parent 45bc0093aa
commit a9f4779308
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE
2 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ if [ -d "/home/menno/Projects/Work" ]; then
fi
# Flutter Web and other tools that require Chrome
export CHROME_EXECUTABLE=$(which brave)
export CHROME_EXECUTABLE=$(which brave-browser)
# 1Password Source Plugin (Assuming bash compatibility)
if [ -f /home/menno/.config/op/plugins.sh ]; then

View File

@ -21,7 +21,7 @@
changed_when: false
failed_when: false
- name: Start tailscaled service
- name: Enable and start Tailscale service
ansible.builtin.systemd:
name: tailscaled
state: started