Skip to content

Commit 9593baf

Browse files
install nix as single-user (no daemon)
1 parent 7ef2e30 commit 9593baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playbook.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@
151151
apt:
152152
name: iputils-ping
153153
update_cache: yes
154-
- name: Install nix # as per https://nixos.org/download/#download-nix
154+
- name: Install nix (as single-user) # as per https://nixos.org/download/#download-nix
155155
shell:
156-
cmd: sh <(curl -L https://nixos.org/nix/install) --daemon
156+
cmd: sh <(curl -L https://nixos.org/nix/install) --no-daemon
157157
executable: /bin/bash
158158
register: output_of_nix_install
159159
- name: Display stdout of nix install

0 commit comments

Comments
 (0)