We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef2e30 commit 9593bafCopy full SHA for 9593baf
playbook.yaml
@@ -151,9 +151,9 @@
151
apt:
152
name: iputils-ping
153
update_cache: yes
154
- - name: Install nix # as per https://nixos.org/download/#download-nix
+ - name: Install nix (as single-user) # as per https://nixos.org/download/#download-nix
155
shell:
156
- cmd: sh <(curl -L https://nixos.org/nix/install) --daemon
+ cmd: sh <(curl -L https://nixos.org/nix/install) --no-daemon
157
executable: /bin/bash
158
register: output_of_nix_install
159
- name: Display stdout of nix install
0 commit comments