diff options
author | Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | 2022-04-01 11:44:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 11:44:58 +0200 |
commit | a24d0777b04e97eeced3d2625f1aa1a564ed796c (patch) | |
tree | cc00d0a719a5040e33810b99cc7f1093cededdd0 | |
parent | c9a29d0d92529338026190374d0e7e886f486e47 (diff) | |
parent | 7492030ed7d1d570b71e832b610150054a9f095b (diff) |
Merge pull request #6343 from Artturin/anothertypo
scripts/install-systemd-multi-user.sh: fix another typo
-rwxr-xr-x | scripts/install-systemd-multi-user.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-systemd-multi-user.sh b/scripts/install-systemd-multi-user.sh index 1d92c5388..62397127a 100755 --- a/scripts/install-systemd-multi-user.sh +++ b/scripts/install-systemd-multi-user.sh @@ -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" \ - systemd-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" |