``` systemd.services.link-nixpkgs = { script = '' ${pkgs.coreutils}/bin/ln -s ${} /nixpkgs ''; wantedBy = [ "multi-user.target" ]; }; ```