home | syncthing config update
This commit is contained in:
parent
6fead585d6
commit
7a189929c2
1 changed files with 6 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, inputs, outputs, ... }: {
|
||||
{ config, pkgs, inputs, osConfig, outputs, ... }: {
|
||||
imports = [
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
./bash.nix
|
||||
|
|
@ -74,7 +74,6 @@
|
|||
sigal
|
||||
socat
|
||||
sqlite
|
||||
syncthing
|
||||
tailscale
|
||||
tig
|
||||
topgrade
|
||||
|
|
@ -90,7 +89,11 @@
|
|||
zip
|
||||
];
|
||||
services = {
|
||||
syncthing = { tray.enable = true; };
|
||||
syncthing = {
|
||||
enable = true;
|
||||
guiAddress = "${osConfig.networking.hostName}:8384";
|
||||
tray.enable = true;
|
||||
};
|
||||
gpg-agent = {
|
||||
enable = true;
|
||||
defaultCacheTtl = 1800;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue