Skip to content

Commit

Permalink
scripts/install-systemd-multi-user.sh: fix typo
Browse files Browse the repository at this point in the history
sytemd-tmpfiles -> systemd-tmpfiles
  • Loading branch information
Artturin committed Mar 25, 2022
1 parent 1844172 commit 247d2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-systemd-multi-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ poly_configure_nix_daemon_service() {
ln -sfn /nix/var/nix/profiles/default/$TMPFILES_SRC $TMPFILES_DEST

_sudo "to run systemd-tmpfiles once to pick that path up" \
sytemd-tmpfiles create --prefix=/nix/var/nix
systemd-tmpfiles create --prefix=/nix/var/nix

_sudo "to set up the nix-daemon service" \
systemctl link "/nix/var/nix/profiles/default$SERVICE_SRC"
Expand Down

0 comments on commit 247d2cb

Please sign in to comment.