Re-enable host specific network configuration

This commit is contained in:
Sonny Bakker 2026-01-08 08:30:22 +01:00
parent 82c451aa4e
commit 429299f763
3 changed files with 4 additions and 6 deletions

View file

@ -14,9 +14,9 @@
ansible.builtin.import_tasks: "tasks/network/main.yml" ansible.builtin.import_tasks: "tasks/network/main.yml"
tags: network tags: network
# - name: Network host specific provisioning - name: Network host specific provisioning
# ansible.builtin.import_tasks: 'tasks/network/{{ ansible_hostname }}.yml' ansible.builtin.import_tasks: "tasks/network/{{ ansible_hostname }}.yml"
# tags: network-specific tags: network-specific
- name: Systemd provisioning - name: Systemd provisioning
ansible.builtin.import_tasks: "tasks/systemd.yml" ansible.builtin.import_tasks: "tasks/systemd.yml"
@ -26,7 +26,7 @@
ansible.builtin.import_tasks: "tasks/timer.yml" ansible.builtin.import_tasks: "tasks/timer.yml"
tags: timers tags: timers
# Note: Disable DoH in Firefox to fallback to system's default DNS # Note: Disable DoH in Firefox to fallback to system's default DNS
# resolver, see # resolver, see
# https://support.mozilla.org/en-US/kb/dns-over-https#w_configure-doh-protection-settings # https://support.mozilla.org/en-US/kb/dns-over-https#w_configure-doh-protection-settings
- name: MPV provisioning - name: MPV provisioning

View file

@ -27,4 +27,3 @@
dest: "{{ ansible_env.HOME }}/.local/bin/tmux_start" dest: "{{ ansible_env.HOME }}/.local/bin/tmux_start"
mode: "0740" mode: "0740"
force: false force: false
# setup systemd-boot pacman hook

View file

@ -2,7 +2,6 @@
* *
* Allow members of the wheel group to execute any actions * Allow members of the wheel group to execute any actions
* without password authentication, similar to "sudo NOPASSWD:" * without password authentication, similar to "sudo NOPASSWD:"
* without password authentication, similar to "sudo NOPASSWD:"
*/ */
polkit.addRule(function(action, subject) { polkit.addRule(function(action, subject) {
if (subject.isInGroup("wheel")) { if (subject.isInGroup("wheel")) {