From a3d25857d8ebf313f4890fab751fde9424e64faa Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Tue, 31 Dec 2024 16:57:16 +0200 Subject: [PATCH] Trying to fix syncthing user home issue --- nixosModules/syncthing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixosModules/syncthing.nix b/nixosModules/syncthing.nix index 9f871c5..9e47b00 100644 --- a/nixosModules/syncthing.nix +++ b/nixosModules/syncthing.nix @@ -26,7 +26,7 @@ }; users.users.syncthing = { - isNormalUser = true; + createHome = true; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO7P9K9D5RkBk+JCRRS6AtHuTAc6cRpXfRfRMg/Kyren" ];