nixos-configuration/justfile
2022-05-07 23:23:50 +00:00

11 lines
206 B
Makefile

boot:
nixos-rebuild boot --flake . --use-remote-sudo
switch:
nixos-rebuild switch --flake . --use-remote-sudo
build:
nixos-rebuild build --flake .
update:
nix flake update --commit-lock-file