diff --git a/configuration.nix b/configuration.nix index 13230c6..6fe772d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -33,7 +33,7 @@ }; }; - services.do-agent.enable = if config.selfprivacy.server.provider == "digitalocean" then true else false; + services.do-agent.enable = if config.selfprivacy.server.provider == "DIGITALOCEAN" then true else false; boot.tmp.cleanOnBoot = true; networking = {