fix: remove nix override

This commit is contained in:
nhnn
2025-06-18 22:15:19 +03:00
parent 58e0a6f611
commit 71c32f5ca6

View File

@@ -86,8 +86,6 @@ in
services.do-agent.enable =
if config.selfprivacy.server.provider == "DIGITALOCEAN" then true else false;
nix.package = pkgs.selfprivacy_nix_2_26;
boot.tmp.cleanOnBoot = true;
networking = {
hostName = config.selfprivacy.hostname;