feat: add jet as a trusted user

This commit is contained in:
Jet 2026-03-23 16:10:33 -07:00
parent 9b5a32e04b
commit b41c85b161
No known key found for this signature in database
2 changed files with 14 additions and 1 deletions

View file

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