From eab3d1e76186fac9bce552a6ba1decc3db6f006a Mon Sep 17 00:00:00 2001 From: Inex Code Date: Tue, 8 Nov 2022 02:41:18 +0300 Subject: [PATCH] fix: path of the provider info --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 8211e57..6ec1d78 100644 --- a/configuration.nix +++ b/configuration.nix @@ -48,7 +48,7 @@ in }; }; - services.do-agent.enable = if config.server.provider == "DIGITALOCEAN" then true else false; + services.do-agent.enable = if config.services.userdata.server.provider == "DIGITALOCEAN" then true else false; boot.cleanTmpDir = true; networking = {