mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-11 16:52:24 +00:00
Add boot
This commit is contained in:
4
Makefile
4
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
|
||||
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