btrfs scrub
This commit is contained in:
parent
befb789e29
commit
8f14fc46ef
4
base.nix
4
base.nix
@ -145,10 +145,6 @@
|
||||
services = {
|
||||
smartd.enable = true;
|
||||
fstrim.enable = true;
|
||||
btrfs.autoScrub = {
|
||||
enable = true;
|
||||
fileSystems = [ "/" ];
|
||||
};
|
||||
avahi = {
|
||||
enable = true;
|
||||
nssmdns4 = true;
|
||||
|
||||
@ -101,7 +101,10 @@
|
||||
};
|
||||
};
|
||||
services = {
|
||||
btrfs.autoScrub.fileSystems = [ "/" ];
|
||||
btrfs.autoScrub = {
|
||||
enable = true;
|
||||
fileSystems = [ "/" ];
|
||||
};
|
||||
# minidlna = {
|
||||
# enable = true;
|
||||
# openFirewall = true;
|
||||
|
||||
@ -51,5 +51,8 @@
|
||||
];
|
||||
};
|
||||
};
|
||||
services.btrfs.autoScrub.fileSystems = [ "/" "/mnt/pool" ];
|
||||
services.btrfs = {
|
||||
enable = true;
|
||||
fileSystems = [ "/" ];
|
||||
};
|
||||
}
|
||||
|
||||
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user