mirror of
https://github.com/nikdoof/nixos-config.git
synced 2026-01-29 20:18:13 +00:00
4 lines
140 B
Makefile
4 lines
140 B
Makefile
pull:
|
|
nix-shell -p git --run "git pull"
|
|
rebuild:
|
|
sudo nixos-rebuild switch -I nixos-config=machines/$(shell hostname -s)/configuration.nix
|