diff options
| author | Kumar Damani <me@kumardamani.net> | 2024-07-11 04:32:40 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2024-07-11 04:32:40 +0000 |
| commit | bc60c8b4c0e5761600863b9f05cb61755cec79a5 (patch) | |
| tree | 720205f548d88f6b995cd2175f8c24a85cb8fc46 /README.md | |
| parent | 806680680bb2d14acde199d5b80671bfa46869df (diff) | |
doc update
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ write_files: runcmd: - /run/installer - su - kdam0 -c 'git clone "https://gitlab.com/kdam0/dotfiles-nix.git"' - - su - kdam0 -c 'cd dotfiles-nix && stow -v -t ~ nix home-manager' + - su - kdam0 -c 'cd dotfiles-nix && stow -v -t ~ nix home-manager && git remote set-url origin git@gitlab.com:kdam0/dotfiles-nix.git' - su - kdam0 -c 'nix run home-manager/master switch' - chsh -s /home/kdam0/.nix-profile/bin/zsh kdam0 - echo "machine is ready for use!" |
