Personal NixOS flake
at a453904e522e1a268cf8b8f6f38abe8a0ff0259c 14 lines 299 B view raw
1deploy: 2 nixos-rebuild switch --flake . --use-remote-sudo 3 4test: 5 nixos-rebuild test --flake . --use-remote-sudo 6 7boot: 8 nixos-rebuild boot --flake . --use-remote-sudo 9 10update: 11 nix flake update 12 13update-and-commit: 14 nix flake update && git add flake.lock && git commit -m "chore: update flake.lock"