nixpkgs/nixos/modules/system/activation
Will Fancher f8ed5f30c0 nixos/filesystems: Remove default = "auto" from fsType
NixOS has traditionally enabled the `ext` family of file systems by
default. Originally, when switching to systemd initrd, we wanted to
transition to making this explicit so that initrds could be made
without `ext`. The problem is that anyone with `fsType = "auto";` for
an `ext` file system in initrd will fail to boot, which is not really
an acceptable regression as we switch to systemd initrd by default.

By removing `default = "auto"` from `fsType`, we rule out the vast
majority of these regressions as eval errors, since most users of
`fsType = "auto"` for ext file systems are using it because of the
default value.

In hindsight, this is probably what #225352 was really about.
2026-04-05 19:06:28 -04:00
..
lib nixosTests.activation-lib: don't use fileset 2026-01-19 12:21:00 +01:00
activatable-system.nix nixos/activation: prefer local build 2026-01-17 12:20:13 +01:00
activation-script.nix nixos/activation: avoid build failure with large activation script 2025-12-28 01:41:12 +02:00
bootspec.cue
bootspec.nix Revert "nixos/initrd: refactor secrets option into secretPaths and extraSecretsHook" 2026-03-21 15:58:52 +01:00
lib-test.nix nixosTests.activation-lib: don't use fileset 2026-01-19 12:21:00 +01:00
nixos-init.nix nixos/power-management: run postBootCommands in a systemd service instead of stage2-init.sh 2026-02-08 23:49:17 +02:00
no-clone.nix treewide: format all inactive Nix files 2024-12-10 20:26:33 +01:00
pre-switch-check.nix nixos/activation: document the arguments that are passed to the pre-switch-check script 2025-01-28 12:00:10 +01:00
specialisation.nix nixos/specialisation: escape and restrict specialisation names 2025-05-09 00:10:54 +02:00
switchable-system.nix nixos/switchable-system: improve switch inhibitors (#477800) 2026-01-18 20:46:53 +00:00
test.nix nixos/filesystems: Remove default = "auto" from fsType 2026-04-05 19:06:28 -04:00
top-level.nix nixos-init: read the required paths from a file in the toplevel instead of from the environment 2026-01-26 11:54:07 +01:00