Hey #NixOS weirdos (complimentary) - when should the nixos-25.11 channel be updated?
-
Hey #NixOS weirdos (complimentary) - when should the nixos-25.11 channel be updated?
I currently can't upgrade due to this showstopping bug https://discourse.nixos.org/t/module-aes-generic-not-found/77131
-
Hey #NixOS weirdos (complimentary) - when should the nixos-25.11 channel be updated?
I currently can't upgrade due to this showstopping bug https://discourse.nixos.org/t/module-aes-generic-not-found/77131
@Edent Hey, you can follow the progress at https://nixpk.gs/pr-tracker.html?pr=510953
-
@Edent Hey, you can follow the progress at https://nixpk.gs/pr-tracker.html?pr=510953
@bew ta!
-
Hey #NixOS weirdos (complimentary) - when should the nixos-25.11 channel be updated?
I currently can't upgrade due to this showstopping bug https://discourse.nixos.org/t/module-aes-generic-not-found/77131
@Edent https://status.nixos.org/ will tell you vaguely when this will happen
-
@Edent https://status.nixos.org/ will tell you vaguely when this will happen
Would be nice if staging were on there, why isn't staging on there? -
Would be nice if staging were on there, why isn't staging on there?
@matthewcroughan @Edent staging is not a channel
-
Hey #NixOS weirdos (complimentary) - when should the nixos-25.11 channel be updated?
I currently can't upgrade due to this showstopping bug https://discourse.nixos.org/t/module-aes-generic-not-found/77131
@Edent If you want to work around the issue, you can do the following until it gets fixed:
boot.initrd.luks.cryptoModules = [
"aes"
# "aes_generic"
"blowfish"
"twofish"
"serpent"
"cbc"
"xts"
"lrw"
"sha1"
"sha256"
"sha512"
"af_alg"
"algif_skcipher"
"cryptd"
"input_leds" # for capslock LED on most keyboards in case decryption requires password
]; -
R relay@relay.mycrowd.ca shared this topic