2024-12-17 23:30:38 +00:00
|
|
|
default:
|
|
|
|
@just --list
|
|
|
|
|
|
|
|
rebuild host operation:
|
2025-01-24 03:35:27 +00:00
|
|
|
sudo nixos-rebuild {{operation}} --flake ./nix#{{host}}
|
2024-12-18 00:32:03 +00:00
|
|
|
|
|
|
|
home-rebuild operation:
|
2025-01-24 03:35:27 +00:00
|
|
|
home-manager {{operation}} --flake ./nix
|
2024-12-17 23:30:38 +00:00
|
|
|
|
|
|
|
switch host:
|
2024-12-18 00:32:03 +00:00
|
|
|
just rebuild {{host}} switch
|
|
|
|
just home-rebuild switch
|
2024-12-17 23:30:38 +00:00
|
|
|
|
|
|
|
clean:
|
|
|
|
sudo nix-env --profile /nix/var/nix/profiles/system --delete-generations old
|
|
|
|
nix-collect-garbage -d
|
|
|
|
nix store optimise
|
|
|
|
|
2024-12-17 23:31:43 +00:00
|
|
|
# commit local changes and push to upstream
|
2024-12-17 23:30:38 +00:00
|
|
|
push:
|
|
|
|
@git add .
|
2024-12-17 23:31:43 +00:00
|
|
|
git commit -m "~"
|
2024-12-17 23:30:38 +00:00
|
|
|
git push
|
|
|
|
|
|
|
|
# run `switch` on default host
|
|
|
|
sd:
|
2024-12-31 03:29:36 +00:00
|
|
|
@just switch ioides
|