updated to 23.11
This commit is contained in:
parent
801f67a48f
commit
8006260b7f
5 changed files with 26 additions and 26 deletions
|
|
@ -1,21 +1,21 @@
|
|||
{config, lib, pkgs, modulesPath, ... }:
|
||||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
dataDir = "/home/speccon18";
|
||||
openDefaultPorts = true;
|
||||
configDir = "/home/speccon18/.config/syncthing";
|
||||
user = "speccon18";
|
||||
group = "users";
|
||||
guiAddress = "0.0.0.0:8384";
|
||||
overrideDevices = true;
|
||||
overrideFolders = true;
|
||||
devices = {
|
||||
"syncthing_server" = { id = "N3UGNP6-ZU6JHBX-WNJDEUF-FV5DOWA-VAGFDYN-FIIMFRR-C3HGQHU-WOEIUQ6"; };
|
||||
};
|
||||
extraOptions.gui = {
|
||||
user = "admin";
|
||||
password = "Strife-Rerun-Lily-Pushover-Alongside-Raider0-Freebase";
|
||||
};
|
||||
};
|
||||
}
|
||||
# # {config, lib, pkgs, modulesPath, ... }:
|
||||
# {
|
||||
# services.syncthing = {
|
||||
# enable = true;
|
||||
# dataDir = "/home/speccon18";
|
||||
# openDefaultPorts = true;
|
||||
# configDir = "/home/speccon18/.config/syncthing";
|
||||
# user = "speccon18";
|
||||
# group = "users";
|
||||
# guiAddress = "0.0.0.0:8384";
|
||||
# overrideDevices = true;
|
||||
# overrideFolders = true;
|
||||
# devices = {
|
||||
# "syncthing_server" = { id = "N3UGNP6-ZU6JHBX-WNJDEUF-FV5DOWA-VAGFDYN-FIIMFRR-C3HGQHU-WOEIUQ6"; };
|
||||
# };
|
||||
# extraOptions.gui = {
|
||||
# user = "admin";
|
||||
# password = "Strife-Rerun-Lily-Pushover-Alongside-Raider0-Freebase";
|
||||
# };
|
||||
# };
|
||||
# }
|
||||
Loading…
Add table
Add a link
Reference in a new issue