config: Configure syncthing
and gpg-agent
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
e3153ed581
commit
844bdf54a9
1 changed files with 15 additions and 0 deletions
|
@ -6,4 +6,19 @@
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./cli.nix
|
./cli.nix
|
||||||
];
|
];
|
||||||
|
services.syncthing = {
|
||||||
|
enable = true;
|
||||||
|
tray.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
services.gpg-agent = {
|
||||||
|
enable = true;
|
||||||
|
enableSshSupport = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
pinentryPackage = pkgs.pinentry-tty;
|
||||||
|
maxCacheTtl = 60480000;
|
||||||
|
maxCacheTtlSsh = 60480000;
|
||||||
|
defaultCacheTtl = 60480000;
|
||||||
|
defaultCacheTtlSsh = 60480000;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue