mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 11:49:33 +00:00
~
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
abb6a7629f
commit
062c447374
21 changed files with 4 additions and 4 deletions
4
Justfile
4
Justfile
|
@ -2,10 +2,10 @@ default:
|
|||
@just --list
|
||||
|
||||
rebuild host operation:
|
||||
sudo nixos-rebuild {{operation}} --flake ./nixos#{{host}}
|
||||
sudo nixos-rebuild {{operation}} --flake ./nix#{{host}}
|
||||
|
||||
home-rebuild operation:
|
||||
home-manager {{operation}} --flake ./nixos
|
||||
home-manager {{operation}} --flake ./nix
|
||||
|
||||
switch host:
|
||||
just rebuild {{host}} switch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue