mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-21 06:29:29 +00:00
Fixes for the P8
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,6 +1,9 @@
|
||||
pull:
|
||||
nix-shell -p git --run "git pull"
|
||||
rebuild: pull
|
||||
update-channels:
|
||||
sudo nix-channel --update
|
||||
rebuild: pull update-channels
|
||||
sudo nixos-rebuild switch -I nixos-config=machines/$(shell hostname -s)/configuration.nix
|
||||
sudo nix-collect-garbage -d
|
||||
boot: pull
|
||||
sudo nixos-rebuild boot -I nixos-config=machines/$(shell hostname -s)/configuration.nix
|
||||
Reference in New Issue
Block a user