add: 1password
This commit is contained in:
parent
2167818be4
commit
7af623fd7c
1 changed files with 13 additions and 4 deletions
|
|
@ -6,11 +6,19 @@
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.gnupg.agent = {
|
programs = {
|
||||||
enable = true;
|
gnupg.agent = {
|
||||||
enableSSHSupport = true;
|
enable = true;
|
||||||
|
enableSSHSupport = true;
|
||||||
|
};
|
||||||
|
_1password = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
_1password-gui = {
|
||||||
|
enable = true;
|
||||||
|
polkitPolicyOwners = [ "ooks" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
security = {
|
security = {
|
||||||
polkit = {
|
polkit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -23,6 +31,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
systemd = {
|
systemd = {
|
||||||
user.services.polkit-gnome-authentication-agent-1 = {
|
user.services.polkit-gnome-authentication-agent-1 = {
|
||||||
description = "polkit-gnome-authentication-agent-1";
|
description = "polkit-gnome-authentication-agent-1";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue