Compare commits
No commits in common. "3c90152c1ca43dcc7d123eae58ead01253ea9a38" and "38bff506f7a437a2b7b8d928a887d6dc9f0a1441" have entirely different histories.
3c90152c1c
...
38bff506f7
@ -1,13 +1,6 @@
|
||||
---
|
||||
# Configuring nix.
|
||||
|
||||
- name: Adding current user to nix-users
|
||||
ansible.builtin.user:
|
||||
name: "{{ ansible_user_id }}"
|
||||
groups: nix-users
|
||||
append: true
|
||||
become: true
|
||||
|
||||
- name: Create configuration directory
|
||||
ansible.builtin.file:
|
||||
path: "{{ userconfigdir }}"
|
||||
|
@ -6,11 +6,3 @@
|
||||
tags:
|
||||
- zsh
|
||||
- zsh-config
|
||||
|
||||
- name: Default shell
|
||||
ansible.builtin.user:
|
||||
name: "{{ ansible_user_id }}"
|
||||
shell: /usr/bin/zsh
|
||||
tags:
|
||||
- zsh
|
||||
- zsh-defshell
|
||||
|
Loading…
Reference in New Issue
Block a user