From e27c3d69a7bd3be56a3c25656e65778897668b95 Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.dev> Date: Tue, 6 May 2025 14:22:20 +0100 Subject: [PATCH] Re-add pass-otp --- hosts/PW05CH3L/configuration.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/hosts/PW05CH3L/configuration.nix b/hosts/PW05CH3L/configuration.nix index 75f7b504..bfb54288 100644 --- a/hosts/PW05CH3L/configuration.nix +++ b/hosts/PW05CH3L/configuration.nix @@ -1,3 +1,5 @@ +{ pkgs, ... }: + { imports = [ ../common @@ -9,7 +11,14 @@ cli = { docker.enable = true; - password-store.enable = true; + + password-store = { + enable = true; + + extensions = with pkgs.passExtensions; [ + pass-otp + ]; + }; }; wsl = {