chore(treewide): Upgrade to NixOS 25.05

This commit is contained in:
Tristan Daniël Maat 2025-05-24 22:53:33 +08:00
parent b067bbc8c0
commit fc6be0c4c2
Signed by: tlater
GPG key ID: 49670FD774E43268
6 changed files with 43 additions and 29 deletions
modules/crowdsec

View file

@ -247,10 +247,7 @@ in
online_client = {
# By default, we don't let crowdsec phone home, since
# this is usually within NixOS users' concerns.
#
# TODO: Enable when this option becomes available
# (1.6.4, current nixpkgs-unstable)
# sharing = lib.mkDefault false;
sharing = lib.mkDefault false;
credentials_path = cfg.centralApiCredentials;
};
};