dotfiles/hosts/oracle/o001/configuration.nix
RingOfStorms (Joshua Bell) 92f34a8e0c oracle machine
2025-01-21 18:45:06 -06:00

8 lines
225 B
Nix

{ config, lib, pkgs, ... }:
{
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
system.stateVersion = "25.05"; # Did you read the comment?
}