mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-10 18:43:11 +00:00
feat: Enable Digital Ocean agent when on DO
This commit is contained in:
parent
7a6f57def8
commit
a59fbef22a
|
@ -48,6 +48,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services.do-agent.enable = if config.server.provider == "DIGITALOCEAN" then true else false;
|
||||
|
||||
boot.cleanTmpDir = true;
|
||||
networking = {
|
||||
|
|
Loading…
Reference in a new issue