From 6b6ce3612e62059e15bc0069f23f3554dfd7c8a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Mon, 7 Oct 2024 21:19:33 +0300 Subject: [PATCH] Remove password from syncthing --- machine-confs/syncthing.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machine-confs/syncthing.nix b/machine-confs/syncthing.nix index 4876311..a582cba 100644 --- a/machine-confs/syncthing.nix +++ b/machine-confs/syncthing.nix @@ -8,6 +8,8 @@ ../services/syncthing.nix ]; + users.users.vili.hashedPasswordFile = pkgs.lib.mkForce null; + # HARDWARE SPECIFIC services.qemuGuest.enable = true; }