testng
This commit is contained in:
11
modules/home/services/pass/default.nix
Normal file
11
modules/home/services/pass/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
namespace,
|
||||
...
|
||||
}:
|
||||
{
|
||||
services.pass-secret-service = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
@@ -43,6 +43,7 @@
|
||||
|
||||
services = {
|
||||
yubikey-agent.enable = true;
|
||||
passSecretService.enable = true;
|
||||
pcscd.enable = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user