fix: remove nix override
This commit is contained in:
@@ -86,8 +86,6 @@ in
|
|||||||
services.do-agent.enable =
|
services.do-agent.enable =
|
||||||
if config.selfprivacy.server.provider == "DIGITALOCEAN" then true else false;
|
if config.selfprivacy.server.provider == "DIGITALOCEAN" then true else false;
|
||||||
|
|
||||||
nix.package = pkgs.selfprivacy_nix_2_26;
|
|
||||||
|
|
||||||
boot.tmp.cleanOnBoot = true;
|
boot.tmp.cleanOnBoot = true;
|
||||||
networking = {
|
networking = {
|
||||||
hostName = config.selfprivacy.hostname;
|
hostName = config.selfprivacy.hostname;
|
||||||
|
Reference in New Issue
Block a user