fully added laptop to nix-secrets.
This commit is contained in:
parent
8c552faa1b
commit
6f5169947a
5 changed files with 9 additions and 33 deletions
6
justfile
6
justfile
|
@ -3,17 +3,17 @@ default:
|
|||
|
||||
nixos target=`hostname`:
|
||||
git add -AN
|
||||
nix flake lock --update-input nix-secrets
|
||||
nix flake update nix-secrets
|
||||
sudo nixos-rebuild --flake .#{{target}} switch
|
||||
|
||||
home-manager target=(`whoami`+"@"+`hostname`):
|
||||
git add -AN
|
||||
nix flake lock --update-input nix-secrets
|
||||
nix flake update nix-secrets
|
||||
home-manager --flake .#{{target}} switch
|
||||
|
||||
check:
|
||||
git add -AN
|
||||
nix flake lock --update-input nix-secrets
|
||||
nix flake update nix-secrets
|
||||
nix flake check --keep-going
|
||||
|
||||
bootstrap-home-manager target=(`whoami`+"@"+`hostname`):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue