Disable systemd-boot for mobile installation
This commit is contained in:
parent
e105184ce6
commit
cfa28e8dd2
2 changed files with 5 additions and 5 deletions
|
|
@ -20,8 +20,8 @@ in
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.systemd-boot.enable = !isMobile;
|
||||
boot.loader.efi.canTouchEfiVariables = !isMobile;
|
||||
|
||||
networking.hostName = "kiana-${platform}";
|
||||
networking.wireless.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue