mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-01-13 04:19:47 +01:00
fixed a syntax error
This commit is contained in:
parent
9b55aa9cf2
commit
8b9cbf8d42
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./kboot-conf
|
./kboot-conf
|
||||||
]
|
];
|
||||||
|
|
||||||
#boot.loader.grub.enable = false;
|
#boot.loader.grub.enable = false;
|
||||||
boot.loader.kboot-conf.enable = true;
|
boot.loader.kboot-conf.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue