mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-13 17:52:24 +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
|