diff --git a/configuration/hardware-specific/hetzner/default.nix b/configuration/hardware-specific/hetzner/default.nix index 3e35eb0..4d0408c 100644 --- a/configuration/hardware-specific/hetzner/default.nix +++ b/configuration/hardware-specific/hetzner/default.nix @@ -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";