Add Ansible configuration and remove NixOS #1

Merged
vleeuwenmenno merged 36 commits from ansible into master 2025-01-22 15:30:41 +01:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit a9f4779308 - Show all commits

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
@@ -33,4 +33,4 @@
ansible.builtin.debug:
msg: "Please authenticate Tailscale by running: sudo tailscale up --operator=$USER"
when: tailscale_status.rc != 0