blueberry: fix boot

This commit is contained in:
41666 2023-12-21 21:44:13 -05:00
parent 882ec71640
commit 3843d44b64
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{ pkgs, config, system, ... }: let
canTouchEfiVariables = system.hostPlatform != "aarch64-linux"
canTouchEfiVariables = system.hostPlatform != "aarch64-linux";
in {
boot.loader.systemd-boot.enable = true;
boot.loader.efi = { inherit canTouchEfiVariables };

View file

@ -5,7 +5,6 @@
../../server.nix
../../features/systemd-boot.nix
../../features/podman.nix
../../tailscale.nix
];
networking.hostName = "blueberry";