Fix the dconf block from referencing NixOS.
This commit is contained in:
@@ -428,7 +428,7 @@
|
|||||||
|
|
||||||
unset -f inc_dconf
|
unset -f inc_dconf
|
||||||
unset dconf_count
|
unset dconf_count
|
||||||
marker: '# {mark} MANAGED BY ANSIBLE | NixOS GNOME Settings'
|
marker: '# {mark} MANAGED BY ANSIBLE | GNOME Settings'
|
||||||
state: present
|
state: present
|
||||||
create: yes
|
create: yes
|
||||||
backup: yes
|
backup: yes
|
||||||
@@ -436,3 +436,18 @@
|
|||||||
loop:
|
loop:
|
||||||
- .bashrc
|
- .bashrc
|
||||||
- .zshrc
|
- .zshrc
|
||||||
|
|
||||||
|
# Remove the dconf settings which had the marker related to NixOS.
|
||||||
|
- name: Workstation | Account Management | GNOME | Settings (NixOS)
|
||||||
|
blockinfile:
|
||||||
|
path: "{{ user_user.home }}/{{ item }}"
|
||||||
|
block: |
|
||||||
|
DELETEME
|
||||||
|
marker: '# {mark} MANAGED BY ANSIBLE | NixOS GNOME Settings'
|
||||||
|
state: present
|
||||||
|
create: no
|
||||||
|
backup: no
|
||||||
|
become_user: "{{ user }}"
|
||||||
|
loop:
|
||||||
|
- .bashrc
|
||||||
|
- .zshrc
|
||||||
|
|||||||
Reference in New Issue
Block a user