fix: switch to nix 2.26 so we can update to 25.05 without issues

This commit is contained in:
nhnn
2025-06-18 20:00:38 +03:00
parent 86233cac27
commit 887b681f55
2 changed files with 3 additions and 0 deletions

View File

@@ -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;

View File

@@ -41,6 +41,7 @@
kanidm
kanidm-provision
;
selfprivacy_nix_2_26 = nixos-unstable.legacyPackages.${prev.system}.nixVersions.nix_2_26;
})
];
disabledModules = [ "services/security/kanidm.nix" ];