aboutsummaryrefslogtreecommitdiff
path: root/nixos/services
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/services')
-rw-r--r--nixos/services/syncthing.service.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/nixos/services/syncthing.service.nix b/nixos/services/syncthing.service.nix
index 17d52b1..24dbd28 100644
--- a/nixos/services/syncthing.service.nix
+++ b/nixos/services/syncthing.service.nix
@@ -1,8 +1,6 @@
{pkgs, lib, ...}:
-let
- myUserName = "";
-in
{
enable = true;
- user = ""
+ user = "${config.myUserName}";
+
}