refactor(op): switch to service account auth and simplify env injection

This commit is contained in:
2026-04-14 13:11:16 +08:00
parent 8714184fbd
commit fbb83ff013
3 changed files with 8 additions and 18 deletions
-3
View File
@@ -9,9 +9,6 @@
# ── Primary user (required by nix-darwin) ──────────
system.primaryUser = username;
# ── 1Password CLI ───────────────────────────────────
programs._1password.enable = true;
# ── User ───────────────────────────────────────────
users.knownUsers = [ username ];
users.users.${username} = {