1
0

update systemVersion

This commit is contained in:
Antoine Langlois 2024-02-23 10:29:33 +01:00
parent afdb24d05d
commit d88c5370cc
Signed by: DataHearth
GPG Key ID: 946E2D0C410C7B3D

View File

@ -14,6 +14,7 @@
# Nix configuration
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
system.stateVersion = "24.05";
# Bootloader.
boot.loader.grub = {
@ -136,6 +137,4 @@
options = ["${automount_opts},credentials=${smb_secrets}/cronos"];
};
};
system.stateVersion = "23.11";
}