btrfs scrub

This commit is contained in:
2024-06-16 16:08:15 -06:00
parent befb789e29
commit 8f14fc46ef
4 changed files with 24 additions and 16 deletions

View File

@@ -109,16 +109,22 @@
enableVirtualCamera = true;
};
};
services.resilio = {
deviceName = "chichis";
enable = true;
useUpnp = true;
enableWebUI = true;
httpPass = "528491";
httpLogin = "chichis";
httpListenPort = 9876;
httpListenAddr = "0.0.0.0";
directoryRoot = "/resilio";
services = {
btrfs.autoScrub = {
enable = true;
fileSystems = [ "/" ];
};
resilio = {
deviceName = "chichis";
enable = true;
useUpnp = true;
enableWebUI = true;
httpPass = "528491";
httpLogin = "chichis";
httpListenPort = 9876;
httpListenAddr = "0.0.0.0";
directoryRoot = "/resilio";
};
};
virtualisation = {
podman = {