Remove password from syncthing

This commit is contained in:
Vili Sinervä 2024-10-07 21:19:33 +03:00
parent aa10848b6c
commit 6b6ce3612e
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -8,6 +8,8 @@
../services/syncthing.nix ../services/syncthing.nix
]; ];
users.users.vili.hashedPasswordFile = pkgs.lib.mkForce null;
# HARDWARE SPECIFIC # HARDWARE SPECIFIC
services.qemuGuest.enable = true; services.qemuGuest.enable = true;
} }