dotfiles/hosts/h001/configuration.nix
RingOfStorms (Joshua Bell) cafc84e17e adding h001 host
2025-04-29 13:42:25 -05:00

7 lines
164 B
Nix

{ ... }:
{
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
system.stateVersion = "24.11"; # Did you read the comment?
}