NixOS-Configs/hosts/harper2/hardware-configuration.nix
2026-05-06 17:48:16 -05:00

5 lines
150 B
Nix

{ config, lib, pkgs, modulesPath, ... }: {
imports = [];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}