nixpkgs/nixos/modules/system
volth 4d57e56b71
$toplevel/system: use kernel's architecture
`$toplevel/system` of a system closure with `x86_64` kernel and `i686` userland should contain "x86_64-linux".

If `$toplevel/system` contains "i686-linux", the closure will be run using `qemu-system-i386`, which is able to run `x86_64` kernel on most Intel CPU, but fails on AMD.

So this fix is for a rare case of `x86_64` kernel + `i686` userland + AMD CPU
2020-03-20 16:55:44 +00:00
..
activation $toplevel/system: use kernel's architecture 2020-03-20 16:55:44 +00:00
boot nixos/networkd: respect systemd.network.links also with disabled systemd-networkd 2020-03-19 14:15:32 +01:00
etc environment.etc: fix typo 2020-03-09 12:01:41 +01:00