From 858dd5b469608481ad32fc779f6243d4d2739ec5 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 13 Feb 2024 22:04:54 +0900 Subject: [PATCH] Test --- nixos/hosts/nixos-framework/syncthing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/nixos-framework/syncthing.nix b/nixos/hosts/nixos-framework/syncthing.nix index f3c16dda..09eda5b6 100644 --- a/nixos/hosts/nixos-framework/syncthing.nix +++ b/nixos/hosts/nixos-framework/syncthing.nix @@ -1,7 +1,7 @@ { pkgs, config, hostname, username, ... }: { services.syncthing = { enable = true; - username = "${username}"; + user = "${username}"; settings = { folders = { "world-of-warcraft" = {