Rimozione indicazione esplicita dello username.
This commit is contained in:
parent
0d6f22439d
commit
e8fc9fffaa
16 changed files with 37 additions and 99 deletions
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
# Configuring the nix installation.
|
||||
|
||||
- name: Adding syntaxerrormmm to nix-users
|
||||
- name: Adding user to nix-users
|
||||
ansible.builtin.user:
|
||||
name: syntaxerrormmm
|
||||
name: "{{ ansible_user }}"
|
||||
groups: nix-users
|
||||
append: true
|
||||
become: true
|
||||
|
@ -11,7 +11,5 @@
|
|||
- name: Adding configuration to local user
|
||||
ansible.builtin.file:
|
||||
src: "{{ dotfdir }}/nix"
|
||||
dest: "{{ lookup('ansible.builtin.env', 'HOME' ) }}/.config/nix"
|
||||
dest: "{{ lookup('ansible.builtin.env', 'HOME') }}/.config/nix"
|
||||
state: link
|
||||
owner: syntaxerrormmm
|
||||
group: syntaxerrormmm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue