terra: add proton-pass-cli via flake input
Not in nixpkgs; packaged by github:tomsch/proton-pass-cli-nix. Used by ./scripts/deploy to autofill sudo/ssh passwords from the "HomeLab" vault. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -32,6 +32,12 @@
|
||||
# breaks their pinned python dependency set. Costs a second nixpkgs in the
|
||||
# lock; builds come prebuilt from nix-community's Cachix.
|
||||
authentik-nix.url = "github:nix-community/authentik-nix";
|
||||
# Unofficial packaging of Proton's pass-cli (not in nixpkgs) — used by
|
||||
# ./scripts/deploy to pull sudo/ssh passwords from the "HomeLab" vault.
|
||||
proton-pass-cli = {
|
||||
url = "github:tomsch/proton-pass-cli-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, disko, sops-nix, nixos-images, home-manager, mediamanager-nix, authentik-nix, ... }@inputs:
|
||||
|
||||
Reference in New Issue
Block a user