fix server not booting
This commit is contained in:
parent
f29596ffa2
commit
3ed5fcbc04
|
@ -3,7 +3,7 @@
|
||||||
services.logind.lidSwitch = "ignore";
|
services.logind.lidSwitch = "ignore";
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.grub.enable = true;
|
||||||
boot.loader.grub.device = "/dev/sda";
|
boot.loader.grub.device = "/dev/sda";
|
||||||
boot.loader.grub.useOSProber = true;
|
|
||||||
imports = [
|
imports = [
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
../../modules/programs
|
../../modules/programs
|
||||||
|
|
Loading…
Reference in a new issue