Homelab/system.nix
2025-09-26 02:11:47 +00:00

5 lines
138 B
Nix

{ config, lib, pkgs, ... }: {
# System boots
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}