feat(btrfs): Enable autoScrub

This commit is contained in:
Tristan Daniël Maat 2025-08-18 07:35:43 +08:00
parent 209c803826
commit 3d0bd28418
Signed by: tlater
GPG key ID: 49670FD774E43268

View file

@ -11,7 +11,10 @@
boot.kernelParams = [ "nosgx" ];
networking.hostName = "hetzner-1";
services.nginx.domain = "tlater.net";
services = {
btrfs.autoScrub.enable = true;
nginx.domain = "tlater.net";
};
systemd.network.networks."eth0" = {
matchConfig.MACAddress = "90:1b:0e:c1:8c:62";