nixpkgs/nixos/modules/system/boot
Edmund Wu 78f915a002
nixos/kernel.nix: ensure same kernel is used
Originally, changes to the kernel don't propagate to the other
derivation within the same package set. This commit allows for the
changes in the kernel to be propagated.

A distinct example is setting `boot.kernel.randstructSeed` to a non-zero
length string which would result in building 2 kernels, one with the
correct seed and the other with the zero length seed. Then, when using
an out-of-tree kernel driver, it would be built with the zero length
seed which differs from the non-zero length seed used to boot,
contradicting the purpose of the `boot.kernel.randstructSeed`.
2021-01-11 12:57:34 -05:00
..
loader treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
binfmt.nix nixos/binfmt: move systemd-binfmt.service to binfmt module 2020-05-18 11:18:44 +02:00
emergency-mode.nix nixos/*: editorconfig fixes 2020-08-08 10:54:16 +10:00
grow-partition.nix utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
initrd-network.nix nixos/initrd-network: fix /etc/resolv.conf when multiple dns servers from DHCP 2020-10-19 21:32:58 -07:00
initrd-openvpn.nix nixos/modules: remove trailing whitespace 2020-08-07 14:45:39 +01:00
initrd-ssh.nix nixos/initrd-ssh: set more defensive pemissions on sshd test key 2020-09-30 15:47:49 +02:00
kernel_config.nix nixos/*: wether -> whether 2020-07-04 15:17:03 +02:00
kernel.nix nixos/kernel.nix: ensure same kernel is used 2021-01-11 12:57:34 -05:00
kexec.nix treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
luksroot.nix fido2luks: 0.2.3 -> 0.2.15 2020-10-23 11:03:31 +03:00
modprobe.nix nixos/modprobe: Fix modprobe configuration manpage link 2020-07-06 13:50:11 -07:00
networkd.nix nixos/networkd: allow RouteMetric= in [DHCPv6] section 2020-10-29 19:47:42 +01:00
pbkdf2-sha512.c nixos/boot: add final newline to pbkdf2-sha512.c 2020-11-09 11:39:28 +00:00
plymouth.nix nixos/plymouth: fix eval with aliases disabled 2020-11-09 14:00:18 +01:00
resolved.nix nixos/systemd: provide libidn2 for systemd-resolved 2020-12-25 13:45:25 +01:00
shutdown.nix utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
stage-1-init.sh Create /dev/std{in,out,err} symlinks in stage-1 2020-11-05 15:32:19 +01:00
stage-1.nix Merge pull request #78430 from puckipedia/fix-initrd-silent 2021-01-11 13:18:45 +01:00
stage-2-init.sh stage-2: parameterized systemd executable 2020-07-14 13:18:14 -04:00
stage-2.nix utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
systemd-lib.nix nixos/systemd-nspawn: disallow multiple packages with .nspawn-units 2020-04-04 21:11:21 +02:00
systemd-nspawn.nix nixos/modules: remove trailing whitespace 2020-08-07 14:45:39 +01:00
systemd-unit-options.nix nixos/modules: fix systemd start rate-limits 2020-10-31 01:35:56 -07:00
systemd.nix systemd: switch to unified cgroup hierarchy by default 2020-11-19 16:56:46 +01:00
timesyncd.nix nixos/timesyncd: Make dbus-activatible 2020-06-13 12:23:45 +02:00
tmp.nix nixos/tmp: Make /tmp on ramdisk usable again 2020-12-26 13:13:41 +01:00