1password update
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
_1password
|
||||
_1password-gui
|
||||
];
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
9
modules/nixos/1password.nix
Normal file
9
modules/nixos/1password.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
programs = {
|
||||
_1password.enable = true;
|
||||
_1password-gui = {
|
||||
enable = true;
|
||||
polkitPolicyOwners = [ "mthomson" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user