feat: add jet as a trusted user
This commit is contained in:
parent
9b5a32e04b
commit
b41c85b161
2 changed files with 14 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
let
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
deploy = pkgs.writeShellScriptBin "nhs" ''
|
||||
nh os switch --hostname extremist-software --target-host root@extremist-software path:. "$@"
|
||||
nh os switch --hostname extremist-software --target-host jet@extremist-software path:. "$@"
|
||||
'';
|
||||
check-secrets = pkgs.writeShellScriptBin "check-secrets" ''
|
||||
set -euo pipefail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue