commit | 72652caefd66aaee5f79991cbbb5227411dedb0b | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Wed Jun 14 13:48:05 2023 -0400 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Wed Jun 14 13:48:05 2023 -0400 |
tree | 0069909c1db70af88118b77c207f38091e846155 | |
parent | bdc2345acae7c87fd97cb37165b2a3609f63a86e [diff] |
added password for syncthing gui
diff --git a/modules/syncthing.nix b/modules/syncthing.nix index 77e98df..16c93dd 100644 --- a/modules/syncthing.nix +++ b/modules/syncthing.nix
@@ -6,6 +6,6 @@ services.syncthing.extraOptions.gui = { user = "admin"; - password = "password"; + password = "$2y$10$nXJNERNUllFWDUrP4Io1zeJQUtiiZwUj1Js8dglDoc.SvhC9kqddm"; }; }