nixos/hosts/Northstar/configuration.nix

8 lines
159 B
Nix
Raw Normal View History

2023-09-09 22:37:13 +01:00
{ config, pkgs, ... }:
{
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}