pass: Enable secret service
This commit is contained in:
parent
14aa3e8d5e
commit
5445a30150
|
@ -1,8 +1,8 @@
|
|||
# SPDX-FileCopyrightText: 2020 Simon Bruder <simon@sbruder.de>
|
||||
# SPDX-FileCopyrightText: 2020-2024 Simon Bruder <simon@sbruder.de>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
{ pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
|
@ -19,4 +19,9 @@
|
|||
enable = true;
|
||||
browsers = [ "librewolf" ];
|
||||
};
|
||||
|
||||
services.pass-secret-service = {
|
||||
enable = true;
|
||||
storePath = "${config.xdg.dataHome}/secret-service-password-store";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue