mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-27 11:36:29 +03:00

it does a lot more than just booting), and merged system-configuration.nix into system.nix. svn path=/nixos/trunk/; revision=7318
8 lines
139 B
Nix
8 lines
139 B
Nix
{
|
|
boot = {
|
|
autoDetectRootDevice = false;
|
|
rootDevice = "/dev/hda1";
|
|
readOnlyRoot = false;
|
|
grubDevice = "/dev/hda";
|
|
};
|
|
}
|