This commit is contained in:
mjallen18
2025-11-25 13:34:29 -06:00
parent e9084fe9ca
commit 091ecdc10f
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
config,
lib,
namespace,
...
}:
{
services.pass-secret-service = {
enable = true;
};
}

View File

@@ -43,6 +43,7 @@
services = {
yubikey-agent.enable = true;
passSecretService.enable = true;
pcscd.enable = true;
};