xlock: Add option
This commit is contained in:
parent
c7c2c89f15
commit
14f7199d65
6 changed files with 16 additions and 8 deletions
|
@ -1,6 +1,9 @@
|
|||
{ ... }:
|
||||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
config = {
|
||||
frogeye.hooks.lock = ''
|
||||
${pkgs.openssh}/bin/ssh-add -D
|
||||
'';
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
controlMaster = "auto";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue