From a59fbef22ab98c97b0d5f9749864b166673eb882 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Tue, 8 Nov 2022 01:44:28 +0300 Subject: [PATCH] feat: Enable Digital Ocean agent when on DO --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 6417d8c..8211e57 100644 --- a/configuration.nix +++ b/configuration.nix @@ -48,6 +48,7 @@ in }; }; + services.do-agent.enable = if config.server.provider == "DIGITALOCEAN" then true else false; boot.cleanTmpDir = true; networking = {