File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6060 limactl shell nixsample -- git clone $HOME_CONFIG_REPO $CONFIG_DIR/home-manager
6161 # Temporarily (it will be overwritten on the next nixos-rebuild) add a GitHub access token to nix.conf so
6262 # we can init Home Manager without getting rate limited by GitHub Actions
63- limactl shell nixsample -- sudo echo " access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" >> /etc/nix/nix .conf
63+ limactl shell nixsample -- sudo sh -c "echo ' access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}' >> /etc/nix/nix2 .conf"
6464 # Initialize Home Manager
6565 limactl shell nixsample -- nix run home-manager/master -- init --switch
6666 # Configure subuid/subgid support for running rootless Podman services
You can’t perform that action at this time.
0 commit comments