Skip to content
Snippets Groups Projects
Verified Commit 2c179d90 authored by Reza Housseini's avatar Reza Housseini
Browse files

feat: add guix-daemon restart command

parent 69fabbf7
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,9 @@
path: /etc/systemd/system/guix-daemon.service
regexp: '^ --build-users-group=guixbuild --discover=yes'
line: --build-users-group=guixbuild --discover=yes --listen=/var/guix/daemon-socket/socket --listen=0.0.0.0
- name: Restart guix-daemon
ansible.builtin.shell:
cmd: systemctl restart guix-daemon.service
- name: Create symbolic link on nodes
ansible.builtin.shell:
cmd: cexec 'ln -sf /var/guix/profiles/per-user/root/current-guix/bin/guix /usr/local/bin/guix'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment