blueberry: fix boot
This commit is contained in:
parent
882ec71640
commit
3843d44b64
2 changed files with 1 additions and 2 deletions
|
@ -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 };
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
../../server.nix
|
||||
../../features/systemd-boot.nix
|
||||
../../features/podman.nix
|
||||
../../tailscale.nix
|
||||
];
|
||||
|
||||
networking.hostName = "blueberry";
|
||||
|
|
Loading…
Add table
Reference in a new issue