resilio deprecated

This commit is contained in:
Danilo Reyes 2025-09-20 22:38:06 -06:00
parent e58f6cfb86
commit 4f0f1a08f5

View File

@ -161,17 +161,5 @@ in
acceleration = "cuda"; acceleration = "cuda";
models = "/srv/ai/ollama"; models = "/srv/ai/ollama";
}; };
resilio = {
enable = true;
useUpnp = true;
enableWebUI = true;
package = inputs.jawz-scripts.packages.x86_64-linux.resilio;
httpPass = "Uplifting-Proofs-Eggshell-Molecule-Wriggly-Janitor3-Padded-Oxidizing";
deviceName = "Oversweet3834";
httpLogin = "Oversweet3834";
httpListenPort = 9876;
httpListenAddr = "0.0.0.0";
directoryRoot = "/resilio";
};
}; };
} }