Files
nixos-haus/t updateqqqqqqaa
2025-07-28 14:56:16 +03:00

33 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
update-config:
 alejandra .
 nix flake update
 git add .
 git commit
 sudo nixos-rebuild switch --upgrade --flake ~/haus#puter
 git push
update:
 nix flake update
 git add .
 git commit -m "nix flake update"
 sudo nixos-rebuild switch --upgrade --flake ~/haus#puter
 git push
update-and-reboot:
 nix flake update
 git add .
 git commit -m "nix flake update"
 sudo nixos-rebuild boot --upgrade --flake ~/haus#puter
 git push
update-config-and-reboot:
 alejandra .
 nix flake update
 git add .
 git commit
 sudo nixos-rebuild boot --upgrade --flake ~/haus#puter
 git push
upgrade:
 sudo nixos-rebuild switch --upgrade --flake ~/haus#puter