Replace fish shell absolute path with a variable

This commit is contained in:
2020-10-28 00:38:24 +01:00
parent fbc91f7d01
commit 4811a12ba9
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Syncthing and Radicale configuration
{ config, pkgs, lib, ... }: {
# Enable syncthing
# Syncthing configuration
services.syncthing = {
enable = true;
openDefaultPorts = true;