~~> Setting up the nix-daemon systemd service
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo mkdir -p /etc/tmpfiles.d
to create parent of the nix-daemon tmpfiles config
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo ln -sfn /nix/var/nix/profiles/default/lib/tmpfiles.d/nix-daemon.conf /etc/tmpfiles.d/nix-daemon.conf
to create the nix-daemon tmpfiles config
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo systemd-tmpfiles --create --prefix=/nix/var/nix
to run systemd-tmpfiles once to pick that path up
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo systemctl link /nix/var/nix/profiles/default/lib/systemd/system/nix-daemon.service
to set up the nix-daemon service
Created symlink '/etc/systemd/system/nix-daemon.service' → '/nix/var/nix/profiles/default/lib/systemd/system/nix-daemon.service'.
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo systemctl enable /nix/var/nix/profiles/default/lib/systemd/system/nix-daemon.socket
to set up the nix-daemon socket service
Failed to enable unit: Access denied
---- oh no! --------------------------------------------------------------------
Platform
Additional information
Output
Output
Checklist
Add 👍 to issues you find important.