diff --git a/Makefile b/Makefile index 2ae2a04..930496e 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ - +pull: + nix-shell -p git --run "git pull" rebuild: - nixos-rebuild switch -I nixos-config=machines/$(shell hostname -s)/configuration.nix \ No newline at end of file + sudo nixos-rebuild switch -I nixos-config=machines/$(shell hostname -s)/configuration.nix \ No newline at end of file