22 lines
389 B
Makefile
22 lines
389 B
Makefile
all:
|
|
doas nixos-rebuild switch --flake .#$${HOSTNAME_SHORT}
|
|
|
|
update:
|
|
nix flake lock --update-input nixpkgs
|
|
nix flake lock --update-input nixos-hardware
|
|
nix flake lock --update-input home-manager
|
|
|
|
vm:
|
|
doas nixos-rebuild switch --flake .#vm2 && result/bin/run-*-vm
|
|
|
|
clean:
|
|
doas nix-collect-garbage
|
|
doas nix store optimise
|
|
|
|
push:
|
|
@~/.bash_ssh
|
|
git push
|
|
|
|
pull:
|
|
@~/.bash_ssh
|
|
git pull
|