Fix typo and enable btrfs scrubbing

This commit is contained in:
Jimbo 2024-11-13 09:43:47 -05:00
parent 54855a0d33
commit 6f09998656
20 changed files with 65 additions and 60 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, config, ... }:
{
services.ddclient = {
enable = true;
enable = config.system.server.enable;
protocol = "cloudflare";
use = "web, web=https://ipinfo.io/ip";
zone = "${config.domains.jim1}";