From 1b3078a467191399ec249134d2d2b52ee4457c4c Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 27 Mar 2024 15:47:14 +0000 Subject: [PATCH] Add boot --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f15e18..e81ef3a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ pull: nix-shell -p git --run "git pull" rebuild: pull - sudo 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 +boot: pull + sudo nixos-rebuild boot -I nixos-config=machines/$(shell hostname -s)/configuration.nix \ No newline at end of file