diff options
author | Ezra Singh <singhezra@gmail.com> | 2023-04-20 18:36:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-20 18:36:01 -0400 |
commit | 24005270ccbd5222023deb3306d5ee9a2f128cda (patch) | |
tree | 15d8da9c5227b404340dad085854512ed575ed70 /scripts | |
parent | c7188c96f6b1cc4b09b4a4b7cc64df2370f24feb (diff) |
Update install-systemd-multi-user.sh
Diffstat (limited to 'scripts')
-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 1a564d91d..0dfe11290 100755 --- a/scripts/install-systemd-multi-user.sh +++ b/scripts/install-systemd-multi-user.sh @@ -87,7 +87,7 @@ poly_configure_nix_daemon_service() { task "Setting up the nix-daemon systemd service" _sudo "to create the nix-daemon tmpfiles config" \ - ln -sfn /nix/var/nix/profiles/default$TMPFILES_SRC $TMPFILES_DEST + 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 |