|
|
@ -5,12 +5,6 @@ |
|
|
{ config, pkgs, ... }: |
|
|
{ config, pkgs, ... }: |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
imports = |
|
|
|
|
|
[ # Include the results of the hardware scan. |
|
|
|
|
|
./hardware-configuration.nix |
|
|
|
|
|
./rices/cwm.nix |
|
|
|
|
|
]; |
|
|
|
|
|
|
|
|
|
|
|
# Use the GRUB 2 boot loader. |
|
|
# Use the GRUB 2 boot loader. |
|
|
boot.loader.grub.enable = true; |
|
|
boot.loader.grub.enable = true; |
|
|
boot.loader.grub.version = 2; |
|
|
boot.loader.grub.version = 2; |
|
|
|