diff --git a/os/linux/nix/readme.md b/os/linux/nix/readme.md index 928c73c..060ad9e 100644 --- a/os/linux/nix/readme.md +++ b/os/linux/nix/readme.md @@ -3,3 +3,14 @@ ```bash $ ssh -t beefcake 'cdd && pwd && g pl && cd os/linux/nix && sudo nixos-rebuild switch --flake .# && echo DONE' ``` + +Or for pushing: + +```bash +# do once to setup +$ ssh -t beefcake 'cdd && git config receive.denyCurrentBranch updateInstead' + +# push and rebuild+switch +$ git push beefcake:~/.config/lytedev-dotfiles +$ ssh -t beefcake 'cd ~/.config/lytedev-dotfiles/os/linux/nix && sudo nixos-rebuild switch --flake .# && echo DONE' +```