1
0
Fork 0
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:
Khashayar Danesh 2024-12-05 22:08:03 +01:00
parent 9b55aa9cf2
commit 8b9cbf8d42

View file

@ -7,7 +7,7 @@
{
imports = [
./kboot-conf
]
];
#boot.loader.grub.enable = false;
boot.loader.kboot-conf.enable = true;