forked from Fediversity/Fediversity
unverbose
This commit is contained in:
parent
4e2f0e810c
commit
1eae31c876
1 changed files with 1 additions and 6 deletions
|
@ -16,14 +16,9 @@ steps:
|
||||||
- |
|
- |
|
||||||
NIX_CONFIG="
|
NIX_CONFIG="
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
" nix-shell --run 'eval "$(ssh-agent -s)" && ssh-add ~/.ssh/id_ed25519 && SHELL=$(which bash) nixops4 apply -v default'
|
" nix-shell --run 'eval "$(ssh-agent -s)" && ssh-add ~/.ssh/id_ed25519 && SHELL=$(which bash) nixops4 apply default'
|
||||||
# --extra-experimental-features 'nix-command flakes'
|
# --extra-experimental-features 'nix-command flakes'
|
||||||
# substituters = https://cache.nixos.org/
|
|
||||||
# system-features = nixos-test benchmark big-parallel kvm
|
# system-features = nixos-test benchmark big-parallel kvm
|
||||||
# trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
|
|
||||||
# trusted-substituters =
|
|
||||||
# trusted-users = root @wheel
|
|
||||||
# extra-sandbox-paths =
|
|
||||||
environment:
|
environment:
|
||||||
CD_SSH_KEY:
|
CD_SSH_KEY:
|
||||||
from_secret: cd_ssh_key
|
from_secret: cd_ssh_key
|
||||||
|
|
Loading…
Add table
Reference in a new issue