mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(tf): prox
This commit is contained in:
parent
69a47e6734
commit
196dc999db
16 changed files with 288 additions and 9 deletions
|
|
@ -22,6 +22,9 @@
|
|||
nf-deploy = pkgs.writeShellScriptBin "nf-deploy" ''
|
||||
exec nix run ''${FLAKE_OPTS-} "$NF_CONFIG_ROOT#nf-deploy" -- "$@"
|
||||
'';
|
||||
nf-setup-reisen = pkgs.writeShellScriptBin "nf-setup-reisen" ''
|
||||
exec nix run ''${FLAKE_OPTS-} "$NF_CONFIG_ROOT#nf-setup-reisen" -- "$@"
|
||||
'';
|
||||
nf-tf = pkgs.writeShellScriptBin "nf-tf" ''
|
||||
cd "$NF_CONFIG_ROOT/tf"
|
||||
if [[ $# -eq 0 ]]; then
|
||||
|
|
@ -73,6 +76,7 @@ in
|
|||
nf-actions-test
|
||||
nf-update
|
||||
nf-deploy
|
||||
nf-setup-reisen
|
||||
nf-tf
|
||||
nf-lint-tf
|
||||
nf-lint-nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue