adds agenix
This commit is contained in:
parent
996dc27419
commit
7353edd594
3 changed files with 111 additions and 13 deletions
8
Justfile
8
Justfile
|
|
@ -1,8 +1,8 @@
|
|||
deploy host:
|
||||
nixos-rebuild switch --flake .#{{host}}
|
||||
deploy:
|
||||
nixos-rebuild switch --flake .
|
||||
|
||||
debug host:
|
||||
nixos-rebuild switch --flake .#{{host}} --show-trace --verbose
|
||||
debug:
|
||||
nixos-rebuild switch --flake . --show-trace --verbose
|
||||
|
||||
dry host:
|
||||
nix build .#nixosConfigurations.{{host}}.config.system.build.toplevel --dry-run --no-link
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue