mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-16 03:22:19 +00:00
Add boot
This commit is contained in:
2
Makefile
2
Makefile
@@ -2,3 +2,5 @@ pull:
|
|||||||
nix-shell -p git --run "git pull"
|
nix-shell -p git --run "git pull"
|
||||||
rebuild: pull
|
rebuild: pull
|
||||||
sudo nixos-rebuild switch -I nixos-config=machines/$(shell hostname -s)/configuration.nix
|
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
|
||||||
Reference in New Issue
Block a user