mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-22 03:41:26 +00:00
fix: path of the provider info
This commit is contained in:
parent
a59fbef22a
commit
eab3d1e761
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue