mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-24 22:58:38 +01:00
flake: Add missing bootloader for phone vm
This fixes an issue where `nix flake check` would previously fail.
This commit is contained in:
parent
ad506d827e
commit
22894d86c4
@ -75,7 +75,11 @@
|
|||||||
mobile-nixos-vm = nixosSystem {
|
mobile-nixos-vm = nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = attrs;
|
specialArgs = attrs;
|
||||||
modules = phoneModules;
|
modules = phoneModules ++ [
|
||||||
|
{
|
||||||
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user