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 =
|
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;
|
||||||
|
@@ -41,6 +41,7 @@
|
|||||||
kanidm
|
kanidm
|
||||||
kanidm-provision
|
kanidm-provision
|
||||||
;
|
;
|
||||||
|
selfprivacy_nix_2_26 = nixos-unstable.legacyPackages.${prev.system}.nixVersions.nix_2_26;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
disabledModules = [ "services/security/kanidm.nix" ];
|
disabledModules = [ "services/security/kanidm.nix" ];
|
||||||
|
Reference in New Issue
Block a user