dotfiles/justfile

18 lines
367 B
Makefile
Raw Normal View History

[macos]
switch: secret-stage && secret-unstage
darwin-rebuild switch --flake .
2023-02-07 11:42:25 +01:00
[linux]
switch: secret-stage && secret-unstage
sudo nixos-rebuild switch --flake .
2023-02-07 11:42:25 +01:00
2023-02-15 16:03:38 +01:00
[linux]
boot: secret-stage && secret-unstage
sudo nixos-rebuild boot --flake .
secret-stage:
2023-02-19 00:18:25 +01:00
git add -f home/secrets/default.nix
secret-unstage:
2023-02-19 00:18:25 +01:00
git restore --staged home/secrets/default.nix