push
This commit is contained in:
24
main.nix
24
main.nix
@@ -282,11 +282,31 @@ in
|
||||
enable = true;
|
||||
|
||||
user = "bug";
|
||||
group = "users";
|
||||
|
||||
overrideDevices = true;
|
||||
overrideFolders = true;
|
||||
|
||||
openDefaultPorts = true;
|
||||
|
||||
extraFlags = [ "--no-default-folder" ];
|
||||
|
||||
openDefaultPorts = true;
|
||||
overrideFolders = true;
|
||||
key = "~/.syncthing/key.pem";
|
||||
cert = "~/.syncthing/cert.pem";
|
||||
|
||||
settings = {
|
||||
devices = {
|
||||
desktop.id = "I664COC-GCOH2HX-KCVLP3R-R62LVPV-3W32DVQ-UMMBMDB-55MMIPH-OV54AAP";
|
||||
laptop.id = "C33XSW3-CUN7QOD-PK2SM37-MJCXNGA-K3UGTDR-TW53FZ7-BE7EWDC-QWVUXQ5";
|
||||
};
|
||||
|
||||
folders = {
|
||||
"Documents" = {
|
||||
path = "/home/bug/Documents";
|
||||
devices = ["desktop" "laptop"];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
flatpak = {
|
||||
|
||||
Reference in New Issue
Block a user