Compare commits
2 Commits
38bff506f7
...
3c90152c1c
Author | SHA1 | Date | |
---|---|---|---|
3c90152c1c | |||
5a6a41a5cb |
@ -1,6 +1,13 @@
|
||||
---
|
||||
# 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,3 +6,11 @@
|
||||
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