Change sustemd-boot to grub on servenix
This commit is contained in:
@ -14,6 +14,12 @@
|
|||||||
# inputs.musnix.nixosModules.musnix
|
# inputs.musnix.nixosModules.musnix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot.loader = lib.mkForce {
|
||||||
|
grub.enable = true;
|
||||||
|
grub.device = "/dev/sda";
|
||||||
|
grub.useOSProber = true;
|
||||||
|
};
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
containers = {
|
containers = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Reference in New Issue
Block a user