diff options
author | Ezra Singh <singhezra@gmail.com> | 2022-08-24 13:07:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 13:07:32 -0400 |
commit | c7188c96f6b1cc4b09b4a4b7cc64df2370f24feb (patch) | |
tree | b8ab9633396f9e61fe482ff3b5ded09b2d3ffcd9 /scripts | |
parent | 04e74f7c8bb5589dec578dd049013d3cd2554e65 (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 62397127a..1a564d91d 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 |