feat: Enable Digital Ocean agent when on DO

pull/24/head
Inex Code 2022-11-08 01:44:28 +03:00
parent 7a6f57def8
commit a59fbef22a
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ in
};
};
services.do-agent.enable = if config.server.provider == "DIGITALOCEAN" then true else false;
boot.cleanTmpDir = true;
networking = {