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
All checks were successful
Nix Format Check / check-format (pull_request) Successful in 38s
This commit is contained in:
parent
45bc0093aa
commit
a9f4779308
2
.bashrc
2
.bashrc
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user