mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
chore: set scrubbing to be weekly instead of monthly
This commit is contained in:
parent
9b7fbb3471
commit
cdaa84a0da
1 changed files with 15 additions and 14 deletions
|
|
@ -35,20 +35,20 @@
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
5201
|
5201
|
||||||
];
|
];
|
||||||
interfaces."ens4s1".allowedTCPPorts = [
|
#interfaces."ens4s1".allowedTCPPorts = [
|
||||||
# allow everything for local link
|
# # allow everything for local link
|
||||||
{
|
# {
|
||||||
from = 1;
|
# from = 0;
|
||||||
to = 65354;
|
# to = 60000;
|
||||||
}
|
# }
|
||||||
];
|
#];
|
||||||
interfaces."ens4s1".allowedUDPPorts = [
|
#interfaces."ens4s1".allowedUDPPorts = [
|
||||||
# allow everything for local link
|
# # allow everything for local link
|
||||||
{
|
# {
|
||||||
from = 1;
|
# from = 0;
|
||||||
to = 65354;
|
# to = 65536;
|
||||||
}
|
# }
|
||||||
];
|
#];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -82,6 +82,7 @@
|
||||||
|
|
||||||
services.zfs = {
|
services.zfs = {
|
||||||
autoScrub.enable = true;
|
autoScrub.enable = true;
|
||||||
|
autoScrub.interval = "weekly";
|
||||||
trim.enable = true;
|
trim.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue