adds agenix

This commit is contained in:
Dennis Schoepf 2026-03-04 22:48:46 +01:00
parent 996dc27419
commit 7353edd594
3 changed files with 111 additions and 13 deletions

View file

@ -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