fix evaluation warnings (build broken openldap test fails)
All checks were successful
update the nix flake lock automatically every week / update (push) Successful in 38s

This commit is contained in:
2026-04-27 14:26:37 +02:00
parent a60b6aeeec
commit 1c715564ac
2 changed files with 5 additions and 4 deletions

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/10/17 18:15:38 by tomoron #+# #+# #
# Updated: 2025/09/24 02:08:41 by tomoron ### ########.fr #
# Updated: 2026/04/27 14:18:18 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -29,7 +29,7 @@ configSops ? true,
home.username = lib.mkIf (!isOs) "${username}";
home.homeDirectory = lib.mkIf (!isOs) "${homeDir}";
home.stateVersion = "24.05";
home.stateVersion = "26.05";
sops = lib.mkIf configSops{
defaultSopsFile = ../secrets/secrets.yaml;