mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-23 05:09:32 -08:00
12 lines
147 B
Nix
12 lines
147 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
imports = [ (import ./hardware-configuration.nix) ];
|
||
|
|
||
|
boot.loader.grub = {
|
||
|
device = "/dev/sda";
|
||
|
enable = true;
|
||
|
};
|
||
|
|
||
|
}
|