fix: switch to nix 2.26 so we can update to 25.05 without issues
This commit is contained in:
@@ -84,6 +84,8 @@ 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;
|
||||
|
Reference in New Issue
Block a user